add_subtasks
Break down tasks into manageable subtasks by providing 'requestId', 'taskId', and 'subtasks' array. Track progress through an updated task table in TaskFlow MCP.
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
Name | Required | Description | Default |
---|---|---|---|
requestId | Yes | ||
subtasks | Yes | ||
taskId | Yes |