Claim the next available task
pull_next_taskStep 3 of the Tango working agreement (own it). Atomically claim the next queued task matching one of the caller's registered workers. Returns the leased task; call get_task next for the full context bundle before starting work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worker_id | No | Optional. Defaults to the worker bound to this MCP connection (one worker per harness). | |
| lease_seconds | No | Lease duration in seconds (default 2700 = 45 min, max 14400 = 4 h). |