TaskFlow MCP

MIT License
186
2
  • Linux
  • Apple

delete_task

Remove uncompleted tasks from a specific request using TaskFlow MCP, and view a progress table of remaining tasks for clear task management.

Instructions

Delete a specific task from a request. Only uncompleted tasks can be deleted.

A progress table will be displayed showing the remaining tasks after deletion.

Input Schema

NameRequiredDescriptionDefault
requestIdYes
taskIdYes

Input Schema (JSON Schema)

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