Skip to main content
Glama

get_bgm_variations

Create similar songs or adjust energy levels and mute stems of an existing BGM to fit different game scenes.

Instructions

Generate a variation of an existing BGM using Soundraw. Use "similar" to create a new song with similar style, or "customize" to adjust energy levels or mute stems of the original.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
share_linkYesThe share_link URL from a previous generate_bgm result (e.g., https://soundraw.io/edit_music?m=...)
variation_typeYes"similar" creates a new song with similar style. "customize" adjusts energy/stems of existing song.
lengthNoLength for similar track in seconds (10-300). Only used with "similar" type.
energy_presetNoEnergy preset for customize. Only used with "customize" type.
mute_stemsNoStems to mute: bc (backing), bs (bass), dr (drums), me (melody), fe (fill end), ff (fill start)
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavioral traits. It mentions generating a variation but does not explicitly state whether the original is modified, whether it is a read-only operation, or any side effects. The description is adequate but not exhaustive.

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, with two sentences. The first states the tool's purpose, and the second explains the two variation types. No wasted words; front-loaded with key 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?

Given the tool has 5 parameters (2 required) and no output schema, the description adequately covers the two variation modes and their usage. It could mention that length is only for similar and energy_preset/mute_stems only for customize, but the schema already does that. Overall, it is complete enough for an agent to use correctly.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds little beyond schema: it restates the two variation types and their purpose. It does not provide additional semantic details for parameters such as length, energy_preset, or mute_stems beyond what the schema already conveys.

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 generates a variation of an existing BGM using Soundraw, and it distinguishes between two specific variation types ('similar' and 'customize'). This verb+resource description is specific and differentiates from sibling tools like generate_bgm which creates from scratch.

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 clear context for when to use each variation type: 'similar' for creating a new song with similar style, 'customize' for adjusting energy or muting stems. It does not explicitly say when not to use this tool (e.g., vs. generate_bgm), but the purpose implicitly guides the agent.

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/yksanjo/soundraw-game-bgm'

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