Claim a specific task
claim_taskTake a lease on a specific task by id (for example one that was handed off to you). Use this instead of pull_next_task when you already know the task_id. If the task is assigned to your worker any stale lease held by another worker is released.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id, or a pasted Tango task URL. | |
| worker_id | No | Optional. Defaults to the worker bound to this MCP connection (one worker per harness). Must belong to the signed-in user. | |
| lease_seconds | No | Default 2700 (45 min); max 14400 (4 h). |