ecosystem_claim_shallow
Claim the next queued repository for shallow scanning, returning repo details like name, topics, and stars so workers can skip separate 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 | |||