Skip to main content
Glama

producer_variation_music

Create a variation of an existing song by modifying tempo, mood, or style. Use to explore different interpretations or generate multiple takes while keeping the overall structure similar.

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 carries full burden. It indicates the action is generative ('creates a new version') and returns a task ID and audio info, implying asynchronous processing. However, it does not disclose whether the original audio is preserved, any side effects, or authentication/permission requirements, leaving some behavioral gaps.

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

Conciseness4/5

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

The description is well-structured with a short summary, usage guidelines, and return value statement. It is not overly verbose, but the usage guidelines could be slightly more concise. Overall, it is efficient and front-loaded.

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?

Given 5 parameters, 100% schema coverage, and no annotations, the description covers the core purpose, usage scenarios, and return value. It lacks some behavioral details (e.g., whether the original is modified, any rate limits), but the inclusion of a callback_url suggests asynchronous handling, which partially compensates. The description is mostly complete for a generative music tool.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds value beyond the schema by providing concrete examples for the 'prompt' parameter (e.g., 'more upbeat tempo') and 'style' parameter (e.g., 'faster tempo, more energy'), which clarifies the expected format and intention.

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 from siblings like producer_cover_music by focusing on subtle changes to arrangement/melody/style while keeping structure similar.

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

Usage Guidelines5/5

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

The description provides explicit bullet points for when to use the tool: when you like a song but want a slightly different version, want to explore interpretations, or need multiple takes. This helps the agent choose among sibling tools.

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