Skip to main content
Glama

limit_order_status

State of a limit order (armed/ticketed/filled/cancelled/expired), last price seen, recent events. Pass order_secret to also read the live fill ticket when one is cut.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYes
order_secretNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses the return contents (status, last price, recent events) and the conditional behavior triggered by order_secret. It does not mention whether this is a read-only operation or any side effects, but for a status tool the lack of explicit read-only messaging is a moderate gap, not a contradiction.

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 concise sentences with no filler. The main return values are front-loaded, and the conditional secret behavior is clearly separated. Every clause contributes useful information.

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

Completeness3/5

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

The description covers the core outputs and the conditional behavior, which is reasonable for a simple status tool. However, with no output schema and no usage guidance, an agent still needs to infer when to call this over related order tools and what exact response format to expect. It is adequate but not fully complete.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning to order_secret by explaining that it unlocks the live fill ticket. However, order_id is not described beyond its name, and the overall parameter guidance is minimal for a tool with zero schema descriptions.

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

Purpose4/5

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

The description clearly identifies the resource (limit order) and the kind of data returned (state, last price, events). It lists concrete state values, which makes the purpose tangible. However, it is a noun phrase rather than an explicit verb+resource statement, and it does not differentiate from sibling status tools beyond the resource name.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives such as cancel_limit_order or fill_limit_order. It only implies the conditional use of order_secret for reading the live fill ticket. There are no when-to-use or when-not-to-use signals.

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.