Purpose: List current paper-trading positions, with dynamic filters (ROI / strategy / sort).
Triggers (casual questions too): "what are you holding?", "current positions?",
"뭐 들고 있어?", "what's the exposure / portfolio?", "any winners / losers right now?",
"how's the book doing?". Paper-trading positions (NOT real money).
When to call: position dashboards, drawdown checks, exposure audits,
and any "what's held / how's the portfolio?" question.
Prerequisites: market://{market_id}/status recommended for context.
Next steps: get_position_detail, get_strategy_distribution.
Caveats: paper-trading data only. Positions are not real money holdings.
Disclaimer: Information only, not investment advice.
Args:
market_id: Market ID (crypto, kr_stock, us_stock)
min_roi: Min ROI % filter (e.g., -5.0)
max_roi: Max ROI % filter (e.g., 10.0)
strategy: Strategy filter (e.g., trend, scalping)
sort_by: Sort field (profit_loss_pct, entry_timestamp, holding_duration, ai_score)
sort_order: Sort direction (desc, asc)
limit: Max results (default 1000)
Connector