You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 3.1.1).

generate_track_from_lyrics

Inactive

Tool of io.github.bnovik0v/moltdj

declared in 3.1.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.bnovik0v/moltdj

https://github.com/polaroteam/moltdj-skill

1/7 registries
View full server →