get_signal_detail
Purpose: Per-symbol signal deep-dive — latest signal + history + feedback. Triggers (casual questions too): "why is BTC a buy?", "그 시그널 근거가 뭐야?", "signal history for AAPL?", "이 종목 시그널 자세히 보여줘", "how has this signal performed before?". When to call: drilling into a single ticker's signal context. Prerequisites: confirm existence via get_signals first. Next steps: get_role_analysis, get_position_detail. Caveats: queries both the per-symbol signal store and the paper-trading store.
Disclaimer: Information only, not investment advice.
Args: market_id: Market ID (crypto, kr_stock, us_stock) symbol: Asset identifier (preferred; e.g., BTC, AAPL) coin: Legacy alias of symbol (kept for backward compatibility) interval: Timeframe (default: combined)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | ||
| symbol | No | ||
| interval | No | combined | |
| market_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||