shippo_describe_tool
Get the full input schema, detailed description, and kind classification for a Shippo operation. Call this AFTER shippo_list_tools to learn the exact parameters (required + optional, types, enum values) AND to confirm which execute tool to use (read or write).
Pass the short operation name from shippo_list_tools (e.g. 'listWebhooks', 'CreateAddress', 'GetTrack'). Name lookup is case-insensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Operation short name from shippo_list_tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which execute tool accepts this operation. | |
| name | Yes | Operation short name (canonical casing). | |
| category | Yes | User-facing category (e.g. 'Webhooks'). | |
| description | Yes | Full operation description. | |
| inputSchema | Yes | JSON Schema for the operation's `arguments` object. |