You're viewing a demo portfolio

Join the waitlist
PRSM

arena_list_strategies

Active

Tool of Backtesting Arena

declared in 1.2.0

Lists all backtest strategies (key, label, plan, supported asset classes, primary indicators). Filterable by asset class and plan. Use this before calling arena_run_backtest to discover valid strategy names. [Free tier]

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "context"
  ],
  "properties": {
    "lang": {
      "enum": [
        "de",
        "en"
      ],
      "type": "string",
      "description": "Localized names/taglines. Default 'en'."
    },
    "plan": {
      "enum": [
        "free",
        "pro",
        "elite"
      ],
      "type": "string",
      "description": "Filter to strategies of this plan tier."
    },
    "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.\""
    },
    "asset_class": {
      "enum": [
        "crypto"
      ],
      "type": "string",
      "description": "Filter to strategies supporting this asset class (crypto only)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Backtesting Arena

https://github.com/Schoasch/skill-backtesting-arena

2/7 registries
View full server →
arena_list_strategies — Backtesting Arena — PRSM MCP