Skip to main content
Glama

QuantConnect MCP Server

read_file

Retrieve specific file content or all files from a QuantConnect project by providing the project ID and optional file name. Returns file data in a dictionary format.

Instructions

Read a specific file from a project or all files if no name provided. Args: project_id: ID of the project to read files from name: Optional name of specific file to read. If not provided, reads all files. Returns: Dictionary containing file content(s) or error information

Input Schema

NameRequiredDescriptionDefault
nameNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "project_id": { "title": "Project Id", "type": "integer" } }, "required": [ "project_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