task_complete
Mark a task as done in one call: set status to done, progress to 100%, release the lock, and append a closing note. Complete tasks as soon as they finish.
Instructions
Mark a task done: status done, progress 100, lock released, in one call.
Complete a task as soon as it's actually finished — don't batch
completions at the end of a session; the user is watching the board fill
in. Pass a closing note saying what landed. A done task can't be
re-claimed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Closing note appended to the task's thread (what you did, where the result lives). | |
| project | Yes | The board's project id, data slug, or URL. | |
| task_id | Yes | The task to complete. | |
| agent_name | No | Stable, readable name for you. | |
| agent_type | No | Optional agent family. | |
| expected_version | No | The list `version` you're writing against. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||