generate_custom_song
Generate custom songs by specifying title, lyrics, and music style. Use when users provide detailed song information including complete lyrics.
Instructions
🎵 Custom Mode: Generate songs based on detailed song information (user specifies song name, lyrics, style, etc.)
Use case: Use when users provide detailed song information including song name, complete lyrics, and style.
Example inputs:
- "Song name: Summer of Cicada Shedding, Lyrics: [complete lyrics], style: folk"
⚠️ COST WARNING: This tool makes an API call to MusicMCP.AI which may incur costs (5 credits per generation). Each generation creates 2 songs. Only use when explicitly requested by the user.
Language Note: Pass the title and lyrics in the user's input language.
Args:
title (str): Song title, required
lyric (str, optional): Complete lyrics content, not required when instrumental is True
tags (str, optional): Music style tags (e.g., 'pop', 'rock', 'folk')
instrumental (bool): Whether instrumental only (no lyrics)
Returns:
Song information including download URLsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| instrumental | Yes | ||
| lyric | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |