MCP Orchestrator Server

delete_task

Delete a task if it has no dependents

Input Schema

NameRequiredDescriptionDefault
task_idYesID of the task to delete

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "ID of the task to delete", "type": "string" } }, "required": [ "task_id" ], "type": "object" }