Skip to main content
Glama

QuantConnect MCP Server

update_file_name

Rename a file in a QuantConnect project by specifying the project ID, current file name, and desired new name to update and manage project files efficiently.

Instructions

Update the name of a file in a QuantConnect project. Args: project_id: ID of the project containing the file old_file_name: Current name of the file new_name: New name for the file Returns: Dictionary containing update result

Input Schema

NameRequiredDescriptionDefault
new_nameYes
old_file_nameYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "new_name": { "title": "New Name", "type": "string" }, "old_file_name": { "title": "Old File Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "integer" } }, "required": [ "project_id", "old_file_name", "new_name" ], "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