claim_task
Claim a task for yourself before working on it. This atomic operation prevents others from claiming the same task, ensuring exclusive assignment.
Instructions
Claim a task for yourself before working on it. This is atomic: the claim
is a unique assignment row in Planka, so a second worker racing for the same
task gets already_taken back and should simply pick another task. Claiming
a task you already hold succeeds again without side effects. You can only
ever claim a task for yourself, never for another user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id to claim, taken from list_actionable_tasks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||