Skip to main content
Glama

TaskFlow MCP

add_subtasks

Enhance task organization by breaking it into smaller, manageable steps. Input 'requestId', 'taskId', and 'subtasks' array to update the progress table and ensure all subtasks are completed before marking the task as done.

Instructions

Add subtasks to an existing task. Provide 'requestId', 'taskId', and 'subtasks' array.

Subtasks are smaller units of work that make up a task. All subtasks must be completed before a task can be marked as done.

A progress table will be displayed showing the updated task with its subtasks.

Input Schema

NameRequiredDescriptionDefault
requestIdYes
subtasksYes
taskIdYes

Input Schema (JSON Schema)

{ "properties": { "requestId": { "type": "string" }, "subtasks": { "items": { "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title", "description" ], "type": "object" }, "type": "array" }, "taskId": { "type": "string" } }, "required": [ "requestId", "taskId", "subtasks" ], "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