Skip to main content
Glama
i-dream-of-ai

QuantConnect MCP Server

read_backtest

Read-only

Retrieve backtest results from QuantConnect to analyze trading strategy performance, identify optimization opportunities, and validate algorithmic approaches before live deployment.

Instructions

Read the results of a backtest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorsNoList of errors with the API call.
successNoIndicate if the API request was successful.
backtestNoDetails on the result of the backtest.
debuggingNoIndicates if the backtest is run under debugging mode.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint=true, indicating a safe read operation. The description adds minimal behavioral context beyond this—it specifies 'results' but doesn't detail what those results include (e.g., performance metrics, logs) or any constraints (e.g., authentication needs, rate limits). Since annotations cover the safety aspect, the description gets a baseline score but lacks enrichment.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, direct sentence with no wasted words. It's front-loaded with the core action and resource, making it easy to parse. Every part of the sentence contributes to understanding the tool's purpose efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (reading specific backtest results), the description is minimal but functional. Annotations cover read-only safety, and an output schema exists (implied by context signals), so the description doesn't need to explain return values. However, it lacks details on result scope or error conditions, leaving gaps for the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage (no parameter descriptions in the schema itself), but the description provides no parameter information. However, the schema defines a nested object with 'projectId' and 'backtestId', which are self-explanatory to some degree. The description doesn't add meaning beyond the schema's structure, but since the schema is clear, it meets the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Read the results of a backtest' clearly states the verb ('Read') and resource ('results of a backtest'), making the purpose evident. It distinguishes from siblings like 'list_backtests' (which lists multiple) and 'read_backtest_chart' (which reads specific chart data). However, it doesn't explicitly differentiate from all similar siblings (e.g., 'read_backtest_insights', 'read_backtest_orders'), so it's not a perfect 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing a backtest ID), contrast with siblings like 'list_backtests' for discovery, or specify use cases (e.g., retrieving summary results vs. detailed data). Without any usage context, the agent must infer from tool names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/i-dream-of-ai/quantconnect-mcp-jwt'

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