appcrane_list_requests
Retrieve enhancement requests filed via AppCrane, including details like app slug, submitter, and bucket. Filter by bucket='triage' to find unclaimed work.
Instructions
List enhancement requests filed against an app via the AppCrane intake form. Use this when the user asks "what should I work on?", "what's queued for X?", or wants to pick up tickets. Returns id, message, app_slug, submitter, and bucket. Buckets: triage (unclaimed), in_progress (someone is working on it), shipped (merged + deployed), validated (requester confirmed). Filter by bucket="triage" to find work to pick up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Filter by app slug. Omit to see across all accessible apps. | |
| limit | No | ||
| bucket | No | Filter to one bucket. Most useful: "triage" for unclaimed work. |