Skip to main content
Glama

QuantConnect MCP Server

update_file_content

Modify file content within a QuantConnect project by specifying the project ID, file name, and new content to update. Returns the result of the update process.

Instructions

Update the content of a file in a QuantConnect project. Args: project_id: ID of the project containing the file name: Name of the file to update content: New content for the file Returns: Dictionary containing update 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