TaskFlow MCP

MIT License
186
2
  • Linux
  • Apple

update_subtask

Modify the title or description of uncompleted subtasks in TaskFlow MCP using 'requestId', 'taskId', and 'subtaskId'. A progress table displays updates for improved task management.

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

NameRequiredDescriptionDefault
descriptionNo
requestIdYes
subtaskIdYes
taskIdYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "requestId": { "type": "string" }, "subtaskId": { "type": "string" }, "taskId": { "type": "string" }, "title": { "type": "string" } }, "required": [ "requestId", "taskId", "subtaskId" ], "type": "object" }
ID: b170d3smju