Claim a finding before working on it
claim_findingClaim a finding to reserve it for your agent, preventing duplicate work. Automatically released after 30 minutes or when closed; renew by claiming again.
Instructions
Take a finding so no other agent starts on the same one. Call this after get_finding and before writing any code. If it answers that somebody else holds it, do not work on it — pick the next finding from the list instead. The claim lasts 30 minutes and is released automatically when you close the finding, or when it expires if you stop. Claim it again to extend it if the work runs long; claiming something you already hold is safe and just renews the lease. Use release:true only if you are abandoning the work without a fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Finding id from list_findings. | |
| minutes | No | How long to hold it. Default 30. Ask for more only if the fix is genuinely long. | |
| release | No | Give the finding back without closing it, so somebody else can take it. Use when you have decided not to fix it after all. |