Open queue claims
list_claimsList open claims on queue items, oldest first, to diagnose empty or skipped get_next_item results. Use it when no item returns or skipped_claimed exceeds zero.
Instructions
Lists open claims on queue items, oldest first. Use it when get_next_item answers empty or skipped_claimed above 0, and use get_function_brief to see one function's own attempts. No tool here writes a claim: the CLI releases a stale one with crapkit claims release PATH NAME, and verify closes one at the ceiling. repo may be any directory under the checkout, since the server walks up to the nearest crapkit.toml. No crapkit.toml above it answers an init pointer, and a checkout never scored answers a coverage pointer, both as isError true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | path to the scored repo's root (default: the repo the server was started in) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| open | No | number of open claims | |
| claims | No | open claims, oldest first | |
| schema | No | payload schema version, 1 |