arena_quote_report
ActiveTool of Backtesting Arena
Get a pricing quote for a custom report (universe-backtest PDF + Excel) without committing to a purchase. Returns price, universe size + preview, excluded pairs, and filter config. Crypto universes use top-N tiers (top-10 … top-250) or a custom pair list. [API Pro tier]
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"strategy",
"universe_tier",
"interval",
"period_label",
"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"
},
"strategy": {
"type": "string",
"minLength": 1,
"description": "Strategy key (use arena_list_strategies for valid values)."
},
"asset_type": {
"enum": [
"crypto"
],
"type": "string"
},
"custom_pairs": {
"type": "array",
"items": {
"type": "string"
},
"description": "Required when universe_tier='custom'."
},
"period_label": {
"enum": [
"last-2-years",
"last-5-years",
"since-2020",
"maximum"
],
"type": "string"
},
"discount_code": {
"type": "string",
"description": "Optional retention-discount code."
},
"universe_tier": {
"anyOf": [
{
"enum": [
"top-10",
"top-50",
"top-100",
"top-250"
],
"type": "string"
},
{
"type": "string",
"const": "custom"
}
],
"description": "'top-10' / 'top-50' / 'top-100' / 'top-250' (crypto) or 'custom' with customPairs[]."
},
"strategy_params": {
"type": "object",
"additionalProperties": {}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Backtesting Arena
https://github.com/Schoasch/skill-backtesting-arena
2/7 registries