Skip to main content
Glama

QuantConnect MCP Server

read_backtest

Retrieve detailed backtest results and statistics for a specific project, including optional chart data, to analyze and evaluate trading strategies effectively.

Instructions

Read backtest results and statistics from a project. Args: project_id: ID of the project containing the backtest backtest_id: ID of the specific backtest to read chart: Optional chart name to include chart data in response Returns: Dictionary containing backtest results, statistics, and optional chart data

Input Schema

NameRequiredDescriptionDefault
backtest_idYes
chartNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "backtest_id": { "title": "Backtest Id", "type": "string" }, "chart": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Chart" }, "project_id": { "title": "Project Id", "type": "integer" } }, "required": [ "project_id", "backtest_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taylorwilsdon/quantconnect-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server