TaskFlow MCP

MIT License
186
2
  • Linux
  • Apple

delete_subtask

Remove an uncompleted subtask from a task in TaskFlow MCP. Provide 'requestId', 'taskId', and 'subtaskId' to update and display the task's progress with remaining subtasks.

Instructions

Delete a subtask from a task. Provide 'requestId', 'taskId', and 'subtaskId'.

Only uncompleted subtasks can be deleted.

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

Input Schema

NameRequiredDescriptionDefault
requestIdYes
subtaskIdYes
taskIdYes

Input Schema (JSON Schema)

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