Skip to Content
Model Context Protocol (MCP)Tool ReferenceOverview

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.

AccessCountBehaviour
Read87Fetches data. No side effects.
Write28Creates or updates a record.
Delete13Removes 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

How 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.

Last updated on