delete_task
Remove a task from the task-mcp server by providing its ID and agent identifier. The tool automatically claims the task before deletion to ensure proper management.
Instructions
Delete a task. Auto-claims then releases after deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID or UUID | |
| agent_id | Yes | Globally unique agent identifier (e.g. "claude-opus-<uuid>"). Each agent instance MUST use a distinct ID to prevent collisions between parallel agents. |