task_fail
Mark a claimed task as failed to unblock other agents when you cannot complete it. Optionally provide a reason for the failure.
Instructions
Mark your claimed task as failed. Use when you cannot complete it.
Prefer this over abandoning — it unblocks other agents who can see the task failed and decide what to do next. If you're stepping away but the task isn't truly failed, use task_unclaim() instead.
Args: task_id: ID of a task you have claimed. body: Optional reason recorded on the task's comment log. Strongly recommended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional reason recorded on the task's comment log. Strongly recommended. | |
| task_id | Yes | ID of a task you have claimed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |