task_unclaim
Release your claim on a task to return it to open status, allowing other agents to pick it up. Provide an optional reason for context.
Instructions
Release your claim on a task — returns it to 'open' so others can pick it up.
Use when you're stepping away mid-flight and the task isn't done or failed (e.g. blocked on an async external process, handing off, ending a session). Only the agent that claimed it can unclaim it.
Args: task_id: ID of a task you have claimed. body: Optional reason recorded on the task's comment log. Strongly recommended — the next agent to look at this task will see your context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional reason recorded on the task's comment log. Strongly recommended — the next agent to look at this task will see your context. | |
| task_id | Yes | ID of a task you have claimed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |