List releases
list_releasesLists tracks and EPs from the Berbotu vault, sorted newest-first. Shows title, artist, release date, status, and type. Filter by stage to view released, scheduled, or on-hold releases.
Instructions
Lists track + EP releases from the Berbotu vault, sorted newest-first by release_date. Each item has: title, artist, release date, status (stage), and EP/single flag. Use this when the user asks about the label catalog, scheduled releases, what's coming out, what shipped, or anything about 'releases'. Optional stage filter (substring, case-insensitive) — common: 'Released', 'Scheduled', 'DITTO', 'On Hold'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of releases to return (1-200). | |
| stage | No | Substring of the release stage to filter on, case-insensitive. Common values: 'Released', 'Scheduled', 'DITTO Submitted', 'On Hold', 'Passed'. Omit for all stages. | |
| includeEps | No | Include EP releases (default true). Set false to list singles only. | |
| includeTracks | No | Include single-track releases (default true). Set false to list EPs only. |