Skip to main content
Glama

mcp_opendaw_create_arrangement_variation

Create musically varied arrangement sections by independently transforming drums, bass, harmony, and melody. Control drum density, bass octave, melody inversion, and track inclusion to build distinct song sections.

Instructions

Create a musically varied section — not a repeat, a real variation.

Unlike create_genre_sections (which repeats the same loop at different velocities), this tool applies actual musical transformations to each track independently:

  • Drums: density control (0.3 = sparse, 1.0 = full, 1.5 = busy with ghosts)

  • Bass: octave shift (bass_octave_shift = +1/-1/-2)

  • Melody: inversion, transposition, retrograde, or fragment

  • Track inclusion: skip drums/bass/harmony/melody independently

This lets you build a song where each section has real musical variation, not just energy changes. The drop has full drums, the breakdown has inverted melody + no bass, the bridge has sparse drums + octave-up bass.

genre: Any of the 14 arrangement genres (dnb/house/trap/techno/dubstep/ synthwave/trance/disco/afrobeat/rock/jazz/pop/funk/reggae). section_name: Label for this section (e.g. "verse2", "bridge", "drop2"). bpm: Override tempo (None = genre default). root: Override key (None = genre default). bars: Section length in bars (4-32, default 8). start_beat: Where this section starts in the timeline. velocity: Base velocity 0-1. drum_density: 0.3 = sparse (half notes removed), 1.0 = normal, 1.5 = busy (extra ghost notes between hits). bass_octave_shift: 0 = normal, +1 = octave up, -1 = octave down, -2 = sub. melody_transform: "none", "invert", "transpose:5", "transpose:-7", "reverse", "fragment", "octave_up", "octave_down". include_drums/include_bass/include_harmony/include_melody: Set False to skip that track (e.g. breakdown = no drums, no bass).

Returns notes per track and transformations applied.

Example:

Breakdown section: sparse drums, no bass, inverted melody

create_arrangement_variation("dnb", section_name="breakdown", drum_density=0.3, include_bass=False, melody_transform="invert", velocity=0.6)

Bridge: octave-up bass, retrograde melody

create_arrangement_variation("house", section_name="bridge", bass_octave_shift=1, melody_transform="reverse", start_beat=64, bars=4)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNo
genreYes
velocityNo
bass_trackNo
drum_trackNo
start_beatNo
unit_indexNo
drum_densityNo
include_bassNo
melody_trackNo
section_nameNovariation
harmony_trackNo
include_drumsNo
include_melodyNo
include_harmonyNo
melody_transformNonone
bass_octave_shiftNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses behavioral traits: applies independent transformations to drums, bass, melody, and harmony; explains the effect of parameters like drum_density, bass_octave_shift, and melody_transform; and states that it returns 'notes per track and transformations applied.' This provides good transparency for a creation tool.

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 fairly long but well-structured. It starts with a clear purpose statement, then breaks down transformations per track, lists parameters with explanations, and provides two usage examples. Every sentence adds value, and the examples help illustrate usage. Could be slightly more concise, but it earns its length.

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's complexity (19 parameters, 1 required) and the existence of an output schema, the description adequately covers the main parameters, explains transformations, and provides examples. It mentions return values. It doesn't cover all edge cases, but for a creative music tool, it is complete enough to guide an AI agent.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates exceptionally. It explains each parameter with concrete examples: drum_density ('0.3 = sparse, 1.0 = normal, 1.5 = busy'), bass_octave_shift ('0 = normal, +1 = octave up'), melody_transform lists allowed values, and include_* booleans. This adds substantial meaning beyond the schema.

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 immediately states the tool creates 'a musically varied section — not a repeat, a real variation.' It explicitly contrasts with sibling tool create_genre_sections (which repeats loops at different velocities), clearly distinguishing the tool's unique capability. The verb 'create' and resource 'arrangement variation' are specific.

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 explains when to use this tool: 'to build a song where each section has real musical variation, not just energy changes.' It differentiates from create_genre_sections and provides concrete examples (breakdown, bridge). It does not explicitly state when not to use it, but the contrast with the sibling and the detailed parameter guidance imply appropriate contexts.

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/AMEOBIUS-team/opendaw-mcp'

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