Tool Reference
The server exposes 128 tools, grouped below by the part of the business they cover. You do not call these by hand — your AI client discovers them and picks the right one from your question. The reference is here so you know what is reachable, and what is not.
| Access | Count | Behaviour |
|---|---|---|
| Read | 87 | Fetches data. No side effects. |
| Write | 28 | Creates or updates a record. |
| Delete | 13 | Removes or archives a record. |
Every tool carries a machine-readable access hint, so your client knows which calls change data and can ask you before making one. See Data & Permissions.
Categories
Revenue, units, returns, traffic, conversion, order detail.
Dashboards & Sales · 11Stock across FBA, AWD, 3PL and supplier; health; lead times.
Inventory & Restock · 12PPC by ad type, promotions, coupons.
Advertising & Performance · 9P&L, COGS history, reimbursements, expenses, targets.
Profit, Expenses & Reports · 19Catalog, dimensions, Amazon fees, velocity, landed cost.
Products & Catalog · 12POs, costs, quotations, payments, movements, history.
Purchase Orders · 21Shipments, drafts, freight costs, AWD inbound.
Shipments & Inbound · 13Suppliers, freight forwarders, destinations, product groups.
Reference Data · 24Search your shipment and PO paperwork, and the docs.
Documents & Knowledge · 2Message stats, senders, conversation history.
Buyer Messages · 3Confirm auth context and backend reachability.
Diagnostics · 2Amazon’s own Ads tools, when a key is connected.
Amazon Ads · BetaHow to read these pages
Each category page lists every tool in it with:
- Tool — the exact tool name, as your client sees it. Useful when an assistant reports an error naming one.
- Access — read, write, or delete.
- What it does — the purpose, in one or two sentences.
Input and output schemas are not reproduced here. Clients fetch them from the server at connection time
via tools/list, which is always current — a schema copied into documentation would not be.
Naming
Tool names follow domain_action_qualifier, so the domain is the first thing you read:
inventory_get_health, purchase_order_payment_get_calendar, dictionary_suppliers_list. Amazon Ads
tools keep Amazon’s own suite-operation shape instead — campaign_management-query_campaign — so the
two sets never collide.