Skip to main content
Glama
longbridge

longbridge

Official

Order Detail

order_detail
Read-onlyIdempotent

Access order details including status, price, and quantity by supplying the order ID.

Instructions

Get detailed information about a specific order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID (returned by submit_order or listed in today_orders / history_orders)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
msgYes
tagYes
sideYes
priceNo
statusYes
symbolYes
currencyYes
order_idYes
quantityYes
last_doneNo
order_typeYes
stock_nameYes
trigger_atNo
updated_atNo
expire_dateNo
outside_rthNo
limit_offsetNo
submitted_atYes
time_in_forceYes
trigger_priceNo
executed_priceNo
trigger_statusNo
trailing_amountNo
trailing_percentNo
executed_quantityYes
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, which clearly indicate a safe, read-only operation. The description adds no additional behavioral context beyond the annotations, but does not contradict them.

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

Conciseness4/5

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

The description is a single sentence that is clear and front-loaded with the action. It is appropriately concise for a simple tool, though it could be slightly more structured without adding bulk.

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?

Given the simple nature of the tool (1 parameter, full annotations, and an output schema), the description provides adequate context. It does not detail what 'detailed information' includes, but the output schema should fill that gap.

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?

The input schema provides 100% description coverage for the single parameter 'order_id', explaining its source. The tool description does not add any additional meaning beyond the schema, so baseline 3 is appropriate.

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?

The description clearly states the verb 'Get' and resource 'detailed information about a specific order', distinguishing it from creating, canceling, or listing orders, which are common sibling tools.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives. However, the input schema's parameter description implies that the order_id comes from submit_order, today_orders, or history_orders, providing implicit usage context. No when-not or alternative guidance is given.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/longbridge/longbridge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server