ecosystem_claim_shallow
Claims the next queued repository for shallow scanning to ensure only one worker processes each row, preventing duplicate work. Returns repo metadata like owner, topics, and stars to avoid extra API calls.
Instructions
Claim the next queued repo for shallow scanning (stage_status='queued').
Atomic: only one worker gets each row; others get {"claimed": false}. v1.7.0: also returns repo_full_name, topics, description, owner, stars, last_commit_at so workers can skip a separate ecosystem_repo_get call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worker_id | Yes | Unique worker identifier string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||