shippo_read_execute_tool
Execute a READ-only Shippo API operation (List*, Get*, Validate*, Parse*, etc.). Returns the Shippo API response. Does NOT mutate any state.
Use this tool ONLY for operations whose kind is 'read' per shippo_describe_tool. Calling a write operation here will be rejected — use shippo_write_execute_tool for those.
Get the operation name from shippo_list_tools and its argument shape from shippo_describe_tool first. Name lookup is case-insensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Read-operation short name. | |
| arguments | Yes | Operation arguments per its inputSchema. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||