Claim todo
todo_claimClaim a todo item to show you're actively working on it. Check for existing in-progress items first to avoid duplicating another agent's work; release or complete it when done.
Instructions
Mark an item as actively being worked on by you (the calling agent). Advisory, not a lock — check todo_list(inProgress: true) before starting new work to avoid duplicating another agent's active item. Call todo_release or todo_complete when you stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The todo id, e.g. 3 |