Skip to main content
Glama
MrRolie

mm-ibkr-mcp

by MrRolie

Get Order Status

get_order_status
Read-onlyIdempotent

Fetch the latest status for a specific order ID to monitor its execution state.

Instructions

Get the latest status for a single order id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesOrder lifecycle status.
orderIdYesBroker order identifier.
warningsNoAny broker or system warnings tied to this order.
lastUpdateYesTimestamp of last status update, ISO 8601.
avgFillPriceYesAverage fill price across fills.
clientOrderIdNoClient-provided id, if any.
filledQuantityYesTotal filled quantity.
remainingQuantityYesRemaining open quantity.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and idempotentHint=true, so the description's read-only nature is redundant. The phrase 'latest status' adds a minor nuance about recency but does not disclose any additional behavioral traits such as caching, staleness, or failure modes. The description aligns with annotations, so no 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?

A single concise sentence that front-loads the verb and resource. No wasted words, and it is appropriately sized for a simple lookup tool.

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

Completeness2/5

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

The tool is simple but the single parameter is completely undocumented in both schema and description, leaving a significant gap in how to call it. While an output schema exists, the input side is lacking. Additionally, no guidance on prerequisites or differentiation from similar tools is given, making the description insufficient for an agent to reliably use it.

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

Parameters1/5

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

Schema description coverage is 0% and the description merely repeats the parameter name 'order id' without adding any format, source, or validation details. Since the schema provides no description and the tool description does not compensate, an agent has no guidance on how to construct a valid order_id.

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 action ('Get') and resource ('latest status for a single order id'), which is specific and differentiates from siblings like list_open_orders (multiple orders) and get_order_set_status (order sets). The verb and resource are unambiguous.

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 usage is implied: it is for a single order id. However, there is no explicit guidance on when to use this tool versus alternatives like get_order_set_status or list_open_orders, and no exclusion criteria are given. An agent might still be uncertain about edge cases (e.g., order sets).

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

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/MrRolie/mm-ibkr-mcp'

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