Claim a job
claim_jobAtomically take ownership of a pending job. Returns the full checklist the worker needs to walk through, plus the SLA deadline. After this call, the job is yours; submit results with submit_job_results when done, or it expires after the SLA and is returned to the queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The jobId from list_available_jobs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool result payload (JSON object) |