ibkr-agent-gateway 0.5.2

Unofficial local-first CLI and MCP gateway for Interactive Brokers workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Read-only order MCP tool names.

/// Orders list tool.
pub const ORDERS_LIST_TOOL: &str = "ibkr_orders_list";
/// Order status tool.
pub const ORDER_STATUS_TOOL: &str = "ibkr_order_status";
/// Executions list tool.
pub const EXECUTIONS_LIST_TOOL: &str = "ibkr_executions_list";
/// Order history tool.
pub const ORDERS_HISTORY_TOOL: &str = "ibkr_orders_history";
/// Live limits status tool.
pub const LIMITS_STATUS_TOOL: &str = "ibkr_limits_status";