Skip to main content
Glama

QuantConnect MCP Server

read_backtest_insights

Access backtest insights to analyze trading performance. Input project and backtest IDs to retrieve specific data, including insights and total count, for strategy evaluation.

Instructions

Read insights from a backtest. Args: project_id: ID of the project containing the backtest backtest_id: ID of the backtest to read insights from start: Starting index of insights to fetch (default: 0) end: Last index of insights to fetch (default: 100, max range: 100) Returns: Dictionary containing insights data and total count

Input Schema

NameRequiredDescriptionDefault
backtest_idYes
endNo
project_idYes
startNo

Input Schema (JSON Schema)

{ "properties": { "backtest_id": { "title": "Backtest Id", "type": "string" }, "end": { "default": 100, "title": "End", "type": "integer" }, "project_id": { "title": "Project Id", "type": "integer" }, "start": { "default": 0, "title": "Start", "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