Skip to main content
Glama

QuantConnect MCP Server

update_project

Modify a project's name and description on QuantConnect MCP Server by specifying the project ID. Update details as needed for strategy design and implementation.

Instructions

Update a project's name and/or description. Args: project_id: ID of the project to update name: Optional new name for the project description: Optional new description for the project Returns: Dictionary containing update result

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "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