task_complete
Mark a claimed task as completed by providing a summary of what was accomplished. Use this only when the task's expected outcome has been fully achieved.
Instructions
Mark your claimed task as completed. Only the claiming agent can complete it.
Call when the task's expected_outcome has been fully achieved. The body is recorded in the task's comment log and visible to all agents reviewing the task. If you cannot finish the task, use task_fail() instead; if you are stepping away mid-work, use task_unclaim() so another agent can pick it up.
Args: task_id: ID of a task you have claimed. body: Summary of what was accomplished, including follow-up IDs or links. Recommended — it is the only record future agents have of what was done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Summary of what was accomplished, including follow-up IDs or links. Recommended — it is the only record future agents have of what was done. | |
| task_id | Yes | ID of a task you have claimed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |