read_project
Retrieve specific project details by ID or list all projects within the QuantConnect MCP Server. Use this tool to access essential information for strategy design, research, and implementation.
Instructions
Read project details by ID or list all projects if no ID provided.
Args: project_id: Optional project ID to get specific project details. If not provided, returns list of all projects.
Returns: Dictionary containing project details or list of all projects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | No |