Skip to main content
Glama

Interactive Brokers MCP Server

by code-rabi
MIT License
304
  • Linux
  • Apple

get_order_status

Retrieve the current status of a specific order using the order ID through the Interactive Brokers MCP Server, designed for efficient account interaction and order tracking.

Instructions

Get the status of a specific order

Input Schema

NameRequiredDescriptionDefault
orderIdYesOrder ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "orderId": { "description": "Order ID", "type": "string" } }, "required": [ "orderId" ], "type": "object" }
Install Server

Other Tools from Interactive Brokers MCP Server

Related Tools

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/code-rabi/interactive-brokers-mcp'

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