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
//! Portfolio MCP tool names.

/// Account summary tool.
pub const ACCOUNT_SUMMARY_TOOL: &str = "ibkr_account_summary";
/// Positions list tool.
pub const POSITIONS_LIST_TOOL: &str = "ibkr_positions_list";
/// Portfolio snapshot tool.
pub const PORTFOLIO_SNAPSHOT_TOOL: &str = "ibkr_portfolio_snapshot";
/// Daily PnL tool.
pub const PNL_DAILY_TOOL: &str = "ibkr_pnl_daily";
/// Realtime PnL tool.
pub const PNL_REALTIME_TOOL: &str = "ibkr_pnl_realtime";