Skip to main content
Glama

all the tools

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

NameRequiredDescriptionDefault
formatNoOptional format for the export. Currently only 'json' is supported (default).json
project_idYesThe unique identifier (UUID) of the project to export.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "const": "json", "default": "json", "description": "Optional format for the export. Currently only 'json' is supported (default).", "type": "string" }, "project_id": { "description": "The unique identifier (UUID) of the project to export.", "format": "uuid", "type": "string" } }, "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/SecretiveShell/MCP-allthetools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server