Skip to main content
Glama

QuantConnect MCP Server

update_project

Modify project details by updating its name or description in the QuantConnect MCP Server. Submit the project ID along with optional new name or description to apply changes.

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