Skip to main content
Glama

QuantConnect MCP Server

create_file

Generate and add a new file to a QuantConnect project by specifying the project ID, file name, and content. Use this tool to manage and organize algorithmic trading strategies effectively.

Instructions

Create a new file in a QuantConnect project. Args: project_id: ID of the project to add the file to name: Name of the file (e.g., "main.py", "algorithm.cs") content: Content of the file Returns: Dictionary containing file creation result

Input Schema

NameRequiredDescriptionDefault
contentYes
nameYes
project_idYes

Input Schema (JSON Schema)

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