Skip to main content

Overview

Move a task from todo to in_progress and assign it to yourself. Fails if the task is still blocked on prerequisites or already claimed by another session.

Parameters

ParameterTypeRequiredDescription
task_idstringYesTask id
session_idstringYesYour session id

Example

{
  "tool": "task_claim",
  "arguments": { "task_id": "task_xyz", "session_id": "sess_me" }
}