arena_get_strategy_insights
ActiveTool of Backtesting Arena
Aggregated backtest performance per (strategy × interval) cell. If `strategy` AND `interval` provided, returns detail with per-asset breakdown + param variants. Otherwise returns the full matrix (Top-10 cells for Free tier; full for Pro+). [Free Top-10 / Pro+ full]
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"context"
],
"properties": {
"context": {
"type": "string",
"description": "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\""
},
"interval": {
"enum": [
"1d",
"1w",
"1M"
],
"type": "string",
"description": "Detail mode: interval."
},
"min_runs": {
"type": "integer",
"description": "Matrix mode: minimum runs per cell. Default 5.",
"exclusiveMinimum": 0
},
"strategy": {
"type": "string",
"description": "Detail mode: strategy key (used together with `interval`)."
},
"asset_type": {
"enum": [
"crypto"
],
"type": "string",
"description": "Restrict to one asset class."
},
"assets_mode": {
"enum": [
"all",
"top10"
],
"type": "string",
"description": "'top10' restricts to top-10 pairs by run-count."
},
"ref_strategy": {
"enum": [
"bh",
"dca"
],
"type": "string",
"description": "Benchmark reference. Default 'bh'."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Backtesting Arena
https://github.com/Schoasch/skill-backtesting-arena
2/7 registries