Skip to main content
Glama
MrRolie

mm-ibkr-mcp

by MrRolie

Submit Trade Intent

submit_trade_intent
DestructiveIdempotent

Submit planned orders from a persisted trade intent, providing an approval ID when Telegram approval is required.

Instructions

Submit the planned orders in a persisted trade intent. Requires a trade-intent approval when MCP_ORDER_APPROVAL_MODE=telegram.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intent_idYes
approval_idNo

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.7/5.0
Behavior4/5

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

The description goes beyond the idempotent and destructive hints by disclosing a conditional approval requirement based on environment mode. It does not detail all side effects, but the added condition is meaningful and non-obvious.

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, focused sentence with no redundant words. It efficiently conveys the core action plus an important conditional, making it well-structured and easy to parse.

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?

Although the approval-mode condition is helpful, the description omits critical context such as how approval_id relates to the approval requirement, expected output, or failure scenarios. Given the tool's complexity as an execution step with conditional approval, the description is incomplete.

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?

The schema provides no descriptions for intent_id or approval_id, and the description does not explain either parameter. The optional approval_id's role in satisfying the approval requirement is not addressed, leaving the agent without necessary parameter semantics.

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 ('Submit the planned orders') and the object ('a persisted trade intent'), distinguishing it from create, cancel, reconcile, and place_order tools. It also adds the key condition about approval mode, making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description implies usage after a trade intent has been persisted and suggests an approval prerequisite in certain modes ('Requires a trade-intent approval when MCP_ORDER_APPROVAL_MODE=telegram'). However, it does not explicitly name alternatives or state when not to use this tool, so it falls short of full explicit guidance.

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