Skip to main content
Glama

TaskFlow MCP

export_task_status

Export task statuses for a specific request to a file in markdown, JSON, or HTML format. Use this tool to save task states, subtasks, dependencies, and notes for easy reference and tracking.

Instructions

Export the current status of all tasks in a request to a file.

This tool allows you to save the current state of tasks, subtasks, dependencies, and notes to a file for reference.

You can specify the output format as 'markdown', 'json', or 'html'.

It's recommended to use absolute paths (e.g., 'C:/Users/username/Documents/task-status.md') rather than relative paths for more reliable file creation.

Input Schema

NameRequiredDescriptionDefault
formatNomarkdown
outputPathYes
requestIdYes

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "markdown", "enum": [ "markdown", "json", "html" ], "type": "string" }, "outputPath": { "type": "string" }, "requestId": { "type": "string" } }, "required": [ "requestId", "outputPath" ], "type": "object" }

You must be authenticated.

Other Tools from TaskFlow MCP

Related Tools

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/pinkpixel-dev/taskflow-mcp'

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