@kazuph/mcp-taskmanager

delete_task

Remove a specific uncompleted task from a request using the task and request IDs. Displays a progress table with remaining tasks post-deletion.

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 @kazuph/mcp-taskmanager

Related Tools

ID: bdjh7kx05h