haops_claim_module
Check a module's availability and claim it for work by marking it as in-progress to prevent conflicts before starting implementation.
Instructions
Claim a module for work. Checks availability and marks as in-progress. Use before starting implementation on a module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| moduleId | Yes | UUID of the module to claim | |
| checkOnly | No | Only check if claimable, do not actually claim (default: false) |