get_backtest_tuning_state
Purpose: Continuous self-calibration evidence. Each entry shows the auto-tuned
lag_hours and sensitivity per cell, derived from real backtest outcomes.
Proves the system adapts to measured reality rather than static heuristics.
Triggers (casual questions too): "does the system self-correct?", "시스템이 스스로 보정해?",
"how is it calibrated?", "튜닝 상태 보여줘", "is it adapting to what actually happened?".
When to call: after get_prediction_accuracy, to show the system updates itself.
Prerequisites: get_prediction_accuracy recommended for context.
Next steps: get_monthly_accuracy_trend.
Caveats: last_backtest timestamp indicates tuning freshness.
Args: category: Optional category filter target_market: Optional target market filter
Disclaimer: Information only, not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| target_market | 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 |