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
Name | Required | Description | Default |
---|---|---|---|
description | No | ||
name | No | ||
project_id | Yes |