Get Order Status
get_order_statusGet detailed status of a specific order including delegation progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Order ID (UUID format) |
get_order_statusGet detailed status of a specific order including delegation progress.
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Order ID (UUID format) |
Changes observed during successful MCP inspections.
Input schema / properties / orderId / maxLengthAdded value: +36Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It mentions 'delegation progress' as an included detail, which is useful, but it does not explicitly state this is a read-only operation, nor does it describe the return format, potential errors, or any side effects. For a simple getter, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the primary purpose and adds a relevant detail ('including delegation progress'). No extraneous words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has one parameter and no output schema, the description is functional but does not fully clarify what 'detailed status' entails or how delegation progress is presented. It lacks guidance on response structure or coverage, making it adequate but not complete for an agent without prior context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with a clear description for orderId ('Order ID (UUID format)'). The tool description adds no extra meaning beyond the schema, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Get detailed status of a specific order including delegation progress.' It uses a specific verb ('get') and resource ('specific order'), and the qualifier 'specific' differentiates it from the sibling tool 'get_orders' which likely lists orders.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when you have a specific orderId and need its status, but it does not explicitly state when to use this tool versus alternatives like 'get_orders' or 'get_pool_delegations'. No exclusions or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.