//! 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";