Skip to main content
Glama
MrRolie

mm-ibkr-mcp

by MrRolie

Get Trade Intent

get_trade_intent
Read-onlyIdempotent

Fetch the persisted state of a trade intent and its associated orders.

Instructions

Fetch the persisted state of a trade intent and its orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intent_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunYesWhether the intent is running in dry-run mode.
ordersNo
reasonYesOperator-facing basket reason.
statusYesCurrent trade-intent status.
intentIdYesStable trade-intent identifier.
accountIdNoTarget IB account.
createdAtYesCreation timestamp.
intentKeyYesDeterministic idempotency key for this basket.
lastErrorNoMost recent intent-level error.
updatedAtYesLast update timestamp.
approvalIdNoAttached approval record.
orderCountYesNumber of orders in the basket.
ordersFailedYes
ordersFilledYes
approvalStatusNoApproval status for this intent.
ordersCancelledYes
ordersSubmittedYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

The annotations already declare readOnlyHint and idempotentHint, and the description is consistent with these. No additional behavioral context is provided, but this is acceptable given the annotations cover safety aspects.

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?

The description is a single, concise sentence with no unnecessary words or repetition. It is well-structured and directly to the point.

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

Completeness4/5

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

The description is adequate for a simple fetch operation. It states what will be returned (state and orders). While it does not detail the exact return structure, no output schema is provided, so the description covers the essential context needed for basic usage.

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

Parameters2/5

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

The schema provides only the parameter name 'intent_id' with no description. The tool description does not elaborate on what the intent_id represents, its format, or any required conventions. Since schema coverage is 0%, the description should compensate but fails to do so beyond the implicit meaning of the parameter name.

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 tool fetches the persisted state of a trade intent and its orders, using a specific verb 'Fetch' and a specific resource. It is easily distinguished from sibling tools like list_trade_intents or get_order_status.

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 lacks any guidance on when to use this tool versus alternatives such as list_trade_intents or get_order_status. There is no mention of typical scenarios or conditions that would make this tool the preferred choice.

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