update_subtask
Modify the title or description of an uncompleted subtask within TaskFlow MCP. Provide 'requestId', 'taskId', and 'subtaskId'. A progress table shows the updated task structure.
Instructions
Update a subtask's title or description. Provide 'requestId', 'taskId', 'subtaskId', and optionally 'title' and/or 'description'.
Only uncompleted subtasks can be updated.
A progress table will be displayed showing the updated task with its subtasks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | ||
| requestId | Yes | ||
| subtaskId | Yes | ||
| taskId | Yes | ||
| title | No |