Skip to main content
Glama
nadavgb-atom

ib-async-mcp

by nadavgb-atom

get_open_orders

Retrieve all currently active orders from Interactive Brokers accounts to monitor trade execution status and manage positions.

Instructions

Get all open orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler logic for 'get_open_orders' that calls ib.openOrders() and serializes the result.
    if name == "get_open_orders":
        orders = ib.openOrders()
        return [serialize_object(o) for o in orders]
  • The Tool definition and registration for 'get_open_orders'.
    Tool(
        name="get_open_orders",
        description="Get all open orders.",
        inputSchema={"type": "object", "properties": {}},
    ),

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/nadavgb-atom/ib-async-mcp'

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