get_strategy_leaderboard
Purpose: Top RL-learned research strategies — GLOBAL pool + per-symbol partition.
Layer E evidence (Layer E = strategy-performance tier of the 5-layer trust pyramid).
The GLOBAL pool may include synthesized win_rate values, so per_symbol_leaderboard
is the primary measured-edge surface for trust auditing.
Triggers (casual questions too): "what are the best strategies?", "제일 잘 버는 전략 뭐야?",
"top strategies?", "전략 순위 보여줘", "which strategy has the best win rate?".
When to call: final trust-validation step.
Prerequisites: none.
Next steps: market://{market_id}/signals/summary for live signals.
Caveats: min_trades filter enforces statistical validity. Strategies are paper-tested,
not real-money executed.
Args: market_id: Market identifier (crypto, kr_stock, us_stock) target_market: Alias for market_id (backward compat) top_n: Top N strategies to return (default 20) limit: Alias for top_n (client-compat) min_trades: Minimum trades count for inclusion (default 10) include_per_symbol: Include per-symbol PG partition results (default True)
Disclaimer: Information only, not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| top_n | No | ||
| market_id | No | crypto | |
| min_trades | No | ||
| target_market | No | ||
| include_per_symbol | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Set true on error responses | |
| action | No | Recommended client action (error path) | |
| reason | No | Human-readable cause (error path) | |
| full_data | No | ||
| retryable | No | Whether the client should retry (error path) | |
| timestamp | Yes | RFC3339 UTC, server build time | |
| ai_summary | No | One-line AI-oriented summary (success path) | |
| disclaimer | Yes | Canonical compliance disclaimer (always present) | |
| error_code | No | Stable error identifier; see mcp_error_policy.md | |
| request_id | Yes | 32-hex per-response correlation id | |
| _llm_summary | No | ||
| action_value | No | ||
| _next_actions | No | ||
| fallback_note | No | ||
| fallback_tool | No | Suggested fallback (error path) | |
| is_real_money | No | ||
| _value_signals | No | ||
| summary_for_user | No | One-line jargon-free Korean summary (success path) | |
| data_classification | No | ||
| is_investment_advice | No | ||
| ai_summary_ttl_seconds | No | ||
| _market_state_narrative | No | ||
| ai_summary_generated_at | No | RFC3339 UTC | |
| _followup_questions_for_user | No |