list_songs
List all songs with title, year, chapter, release status, and summary. Optionally filter by chapter slug or release status. Pass full=true to return each song with the complete get_song payload (lyrics, LRC, cover art, story, experience hints) in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | When true, each song includes the full get_song payload instead of the summary. Lets clients fetch the whole catalog in one call instead of list_songs + get_song per song. | |
| chapter | No | Filter by chapter slug (e.g., "awakening", "innocence-heartbreak") | |
| release_status | No | Filter by status: "released", "upcoming", or "archived" |