TaskFlow MCP

delete_task

Remove uncompleted tasks from a request using this tool. Display a progress table to track remaining tasks after deletion, ensuring efficient task management and workflow optimization.

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" }

You must be authenticated.

Other Tools from TaskFlow MCP

Related Tools

ID: cry5fail23