Skip to main content
Glama

producer_variation_music

Create a new version of an existing song by applying style or arrangement changes while keeping its core structure, enabling exploration of alternate interpretations or multiple takes.

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
asyncNoWhether to process the request asynchronously.
modelNoModel version to use for the variation.FUZZ-2.0
styleNoMusic style for the variation. Examples: 'faster tempo, more energy', 'softer, more intimate', 'heavier, more distortion'
promptNoDescription of the desired variation. Examples: 'more upbeat tempo', 'darker mood', 'add more bass'
audio_idYesID of the audio to create a variation of.
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 the full burden. It discloses that the tool creates a 'new version' (implying non-destructive behavior) and that it returns a 'Task ID,' hinting at asynchronous processing. However, it does not disclose permissions, rate limits, or processing time expectations, which would be valuable for a generative tool.

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 well-structured: a one-sentence summary, a second sentence elaborating on the output, a bulleted 'Use this when' list, and a 'Returns' section. Each sentence earns its place, and the content is front-loaded with the most important information.

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 description covers the tool's purpose, usage scenarios, and return value ('Task ID and the variation audio information'). With an output schema present, it doesn't need to detail return values further. It doesn't explicitly mention the asynchronous nature beyond the 'Task ID' hint, but given the schema's documentation of the async parameter, this is a minor gap.

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 schema description coverage is 100%, so the baseline is 3. The description itself does not add any parameter-specific information; it relies entirely on the schema to explain audio_id, model, style, prompt, async, and callback_url. This is acceptable given the schema's thoroughness.

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's function with a specific verb and resource: 'Create a variation of an existing song with modifications.' It further explains that it generates a new version with 'subtle changes to the arrangement, melody, or style while keeping the overall structure similar.' This distinguishes it from sibling tools like cover_music, extend_music, and replace_section, which imply different transformations.

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 description provides a clear 'Use this when' section with three explicit scenarios: liking a song but wanting a slightly different version, exploring different interpretations, and needing multiple takes. However, it does not mention when not to use it or explicitly name alternatives, so it falls short of a 5.

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