Skip to main content
Glama

producer_variation_music

Generate a new version of a song with subtle changes to arrangement, melody, or style. Specify a prompt or style to modify the original audio.

Instructions

Create a variation of an existing song with modifications.

Generates a new version of the song with subtle changes to the arrangement,
melody, or style while keeping the overall structure similar.

Use this when:
- You like a song but want a slightly different version
- You want to explore different interpretations of the same idea
- You need multiple takes of a similar song

Returns:
    Task ID and the variation audio information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_idYesID of the audio to create a variation of.
promptNoDescription of the desired variation. Examples: 'more upbeat tempo', 'darker mood', 'add more bass'
styleNoMusic style for the variation. Examples: 'faster tempo, more energy', 'softer, more intimate', 'heavier, more distortion'
modelNoModel version to use for the variation.FUZZ-2.0
callback_urlNoWebhook callback URL for asynchronous notifications.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavior. It mentions generating a new version and return values, but lacks details on side effects (e.g., does it modify original?), async nature, or error cases.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, well-structured with a main sentence, a brief explanation, a bullet list for usage, and a return value note. No redundant sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters and an output schema. The description covers return values and parameter usage via examples. However, it does not explain the callback_url parameter or mention rate limits, which would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage with descriptions for all parameters, and the description adds example usage for prompt and style. However, the description does not add significant meaning beyond the schema, so a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a variation of an existing song with modifications, using specific verbs and resource. It distinguishes well from siblings like producer_cover_music and producer_extend_music.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'Use this when' section provides clear scenarios for using the tool. However, it does not explicitly state when not to use it or mention alternatives like cover or extend, though they are implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/ProducerMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server