MCP Task Manager Server_exportProject
Export a project's complete data, including metadata, tasks (with hierarchical structure), and dependencies, as a JSON string. Requires the project ID for execution.
Instructions
Exports the complete data set for a specified project as a JSON string. This includes project metadata, all tasks (hierarchically structured), and their dependencies. Requires the project ID. The format is fixed to JSON for V1. Returns the JSON string representing the project data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Optional format for the export. Currently only 'json' is supported (default). | json |
project_id | Yes | The unique identifier (UUID) of the project to export. |