generate_lyrics
Write song lyrics from a theme or brief, returning the title and text for review or editing before generating music.
Instructions
Write song lyrics from a theme/description (Mureka) — returns text, not audio.
Synchronous: returns immediately with the lyrics so an agent can read/review or edit them before spending song credits, then pass them to generate_music(lyrics=...). Great for getting the words right first, or generating lyrics on their own.
Args: prompt: The theme/brief ("a hopeful song about starting over in a new city").
Returns: {"title": ..., "lyrics": ...} or {"error": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes |