List demos
list_demosList demo submissions from the Berbotu vault, sorted newest-first, showing artist, track title, stage, and score. Filter by stage to inspect the A&R pipeline.
Instructions
Lists demo submissions from the Berbotu vault, sorted newest-first by received_date. Each item has: artist, track title, status (stage), received date, and an optional 1-5 star score. Use this when the user asks about incoming submissions, the demo pipeline, A&R inbox, or anything like 'what demos have we got?'. Optional stage arg filters by stage substring (case-insensitive) — e.g. 'listening', 'interested', 'pass'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of demos to return (1-200). Omit for no limit. | |
| stage | No | Substring of the demo stage to filter on, case-insensitive. Common values: 'Listening', 'Review', 'Interested', 'Hold', 'Pass', 'Converted'. Omit to return all demos. |