mcp-chain-of-thought

delete_task

Remove unfinished tasks by specifying their unique ID, preserving system integrity by excluding completed tasks from deletion.

Instructions

Delete unfinished tasks, but does not allow deleting completed tasks, ensuring the integrity of system records

Input Schema

NameRequiredDescriptionDefault
taskIdYesUnique identifier of the task to delete, must be an existing unfinished task ID in the system

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "description": "Unique identifier of the task to delete, must be an existing unfinished task ID in the system", "format": "uuid", "type": "string" } }, "required": [ "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-chain-of-thought

Related Tools

ID: 4lvqqvtprl