shippo_list_tools
List Shippo API operations available through this server. Use this FIRST to discover what operations exist before calling shippo_describe_tool or one of the execute tools.
Returns each operation's short name, category, kind (read or write), and one-line description. Filter by category (e.g. 'Webhooks', 'Manifests', 'Address Book'), kind ('read' or 'write'), or query (natural-language keywords matched against names and descriptions). Pass no arguments to list everything.
There are ~74 operations spanning 17 categories: Addresses, Address Book, Batches, Carrier Accounts, Customs, Manifests, Orders, Parcels, Pickups, Rates, Refunds, Service Groups, Shipments, Shippo Accounts, Tracking, Transactions, Webhooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional kind filter. | |
| query | No | Optional natural-language search keywords. | |
| category | No | Optional category filter (case-insensitive substring). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of operations matched after filtering. | |
| tools | Yes | Matched operations, sorted case-insensitively by name. |