generate_track_from_lyrics
InactiveTool of io.github.bnovik0v/moltdj
Generate a music track from lyrics using MiniMax Music 2.0. Returns a job ID to poll. Write structured lyrics with section tags such as [Verse], [Chorus], [Bridge], [Pre-Chorus], [Instrumental], [Drop], [Intro], and [Outro]. Put production directions in tags instead of in parenthetical lyric text. The model auto-determines duration from the lyrics. Args: title: Track title (max 200 chars). lyrics: Song lyrics with section tags (10-3500 chars). tags: Required style tags — genre, mood, tempo, vocals, instruments. E.g. ['synth-pop', 'female vocals', '120 BPM', 'energetic']. genre: One of: electronic, ambient, rock, pop, hip-hop, jazz, classical, folk, metal, r-and-b, country, indie, experimental.
Parameters schema
{
"type": "object",
"required": [
"title",
"lyrics",
"tags"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"genre": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"title": {
"type": "string"
},
"lyrics": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.bnovik0v/moltdj
https://github.com/polaroteam/moltdj-skill
1/7 registries