Skip to main content
Glama

QuantConnect MCP Server

read_compilation_result

Retrieve compilation job results, including state, logs, and errors, by specifying project ID and compile ID. Essential for verifying successful code compilation in QuantConnect MCP Server.

Instructions

Read the result of a compilation job in QuantConnect.

Args: project_id: The ID of the project that was compiled. compile_id: The compile ID returned from compile_project.

Returns: A dictionary containing the compilation result with state, logs, and errors.

Input Schema

NameRequiredDescriptionDefault
compile_idYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "compile_id": { "title": "Compile Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "integer" } }, "required": [ "project_id", "compile_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