Skip to main content
Glama

shippo_describe_tool

Read-only

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

TableJSON Schema
NameRequiredDescriptionDefault
nameYesOperation short name from shippo_list_tools.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesWhich execute tool accepts this operation.
nameYesOperation short name (canonical casing).
categoryYesUser-facing category (e.g. 'Webhooks').
descriptionYesFull operation description.
inputSchemaYesJSON Schema for the operation's `arguments` object.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations (readOnlyHint=true) are consistent with description. Description adds that name lookup is case-insensitive, and that it returns kind classification to guide execute tool selection.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two well-structured paragraphs, front-loaded with purpose, then usage context. No wasted words. Every sentence provides essential guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's role (describe a Shippo operation) and presence of output schema, the description fully covers what the agent needs: what it returns, when to call it, and how it relates to sibling tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only one parameter 'name' with schema description. Description adds value by noting case-insensitivity and that it's the short name from list tools, beyond the schema itself. Schema coverage 100% gives baseline 3, so 4 is justified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it gets 'full input schema, detailed description, and kind classification' for a Shippo operation. Distinguishes from siblings by specifying use after shippo_list_tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Call this AFTER shippo_list_tools' and 'to confirm which execute tool to use (read or write).' Provides alternatives (list, execute) and context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.