Nova Tools Reference
Shared Tools: Nova and the MCP server share the same tool catalog — every tool is exposed on both surfaces by default.
Quick Reference
Products
get_products
Search and list products with filters. Example prompts:- “Show me all products”
- “Find products with ‘shirt’ in the name”
- “List out of stock products”
add_product
Create a new product. Example prompts:- “Add a product called Summer Dress for $59.99”
- “Create a t-shirt with sizes S, M, L at $25 each”
update_product
Update an existing product. Example prompts:- “Set the price of Classic Hoodie to $45”
- “Mark product ABC123 as out of stock”
delete_product
Delete a product permanently.Orders
get_orders
List orders with filters. Example prompts:- “Show me today’s orders”
- “List shipped orders from this week”
- “Find orders for customer John”
get_single_order
Get details of a specific order.update_order
Update order status or tracking. Example prompts:- “Mark order #1234 as shipped”
- “Add tracking number 1Z999 to order #1234”
create_manual_order
Create an order manually.Analytics
get_dashboard_analytics
Get overview metrics. Example prompts:- “How’s the store doing?”
- “Show me this month’s analytics”
get_sales_analytics
Detailed sales data.get_traffic_analytics
Traffic and visitor data.get_product_analytics
Product performance metrics.Coupons
get_coupons
List all discount codes.create_coupon
Create a new coupon. Example prompts:- “Create a 20% off code SUMMER20”
- “Make a free shipping coupon for orders over $50”
update_coupon / delete_coupon
Modify or remove coupons.Themes
list_themes
Show available themes.set_active_theme
Switch the live theme.get_theme_settings / save_theme_settings
Read or update theme configuration.get_theme_sections / save_section_settings
Manage page sections and blocks.add_section / delete_section
Add or remove sections from templates.Content (AI)
write_content
Generate content using AI. Example prompts:- “Write a product description for our new wireless earbuds”
- “Create a blog post about summer fashion trends”
- “Write an email announcing our sale”
Nova and MCP both expose this tool. Use Nova in-dashboard for inline editing, or call it over MCP from an external client (Claude Desktop, Cursor, etc.) to round-trip generated copy into a script.