aov-cart-drawer-help-center
🤖 MCP
Tools reference

Tools reference

The complete surface. Every tool is read-only and free to call. What each one is for is in the tool guide.

All tools

ToolParametersAnswers
get_setup_healthIs the drawer switched on and working?
get_drawer_settingsWhich features are on?
get_analyticsstart? end?Revenue, orders, AOV, top upsell products
get_all_templatesWhich templates exist, and which is live?
get_translationstemplate? locale?What wording does the drawer show?
get_plan_statusSubscription and drawer-attributed orders

Parameters marked ? are optional. None of these tools has a required parameter.

The same data over REST

Cart Drawer serves this data on two surfaces that share one set of handlers. Whatever a tool returns, its matching endpoint returns.

ToolREST endpoint
get_setup_healthGET /setup-health
get_drawer_settingsGET /drawer-settings
get_analyticsGET /analytics
get_all_templatesGET /templates
get_translationsGET /translations
get_plan_statusGET /plan

The Store API lives at /store-api/v1, takes its own key beginning aov_sk_, and is meant for scripts rather than AI clients. Keys are not interchangeable between the two.

Limits

Requests60 per minute, per connection
Result size16,000 characters per call

A result that hits the size limit is cut off with a note saying so. That note is real information: an assistant that ignores it will summarise a partial answer as though it were complete. On this app the one payload that regularly overflows is get_translations on a multi-language store — ask for a single locale and it fits.

What is deliberately absent

  • No write tools. Not restricted — not implemented. Nothing an assistant calls can change a template, a setting, or a subscription.
  • No customer data. No names, emails, addresses, or individual orders.
  • No internal identifiers. The store's record id and access token never leave the server.
  • No pricing. get_plan_status reports your store's subscription and usage, never a price list.

Related

Product
Install AppWebsiteAvada Apps
Resources
DocumentationFAQPrivacy Policy
Company
Avada GroupContact
© 2026 Avada Group. All rights reserved.