Overview
Move a task fromtodo to in_progress and assign it to yourself. Fails if the task is still blocked on prerequisites or already claimed by another session.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Claim an unassigned or queued task
todo to in_progress and assign it to yourself. Fails if the task is still blocked on prerequisites or already claimed by another session.
| Parameter | Type | Required | Description |
|---|---|---|---|
task_id | string | Yes | Task id |
session_id | string | Yes | Your session id |
{
"tool": "task_claim",
"arguments": { "task_id": "task_xyz", "session_id": "sess_me" }
}