Skip to main content
Glama

mcp_opendaw_create_pop_arrangement

Builds a full pop arrangement with verse-chorus-bridge form, programming drums, bass, chords, and melody across four MIDI tracks.

Instructions

Create a full pop arrangement with verse-chorus-bridge song structure across 4 tracks.

Pop music with real song form — fundamentally different from all loop-based arrangements:

  • Track 0: Drums — verse (sparse: kick+hat) → chorus (full: kick+snare+hat+crash) → bridge (build: rising energy) → final chorus (maximum density)

  • Track 1: Bass — verse (root notes, sparse) → chorus (octave jumps, driving) → bridge (walking, building) → final chorus (full energy)

  • Track 2: Chords — I-V-vi-IV progression (the "four chords of pop"), played differently per section: verse (light arpeggios), chorus (full block chords), bridge (sus/resolution)

  • Track 3: Melody — catchy hook that varies per section: verse (sparse, low) → chorus (anthemic, high register) → bridge (tension, chromatic) → final chorus (hook + variation)

At 120 BPM (default), this creates a modern pop feel. The I-V-vi-IV progression is the most used chord sequence in pop music (I=0, V=7, vi=9, IV=5) — different from rock's I-IV-V and jazz's ii-V-I. Song structure (verse-chorus-bridge) is the key difference from all loop-based arrangements.

Sections (16 bars default):

  • Verse 1: bars 1-4 (sparse, intimate)

  • Chorus 1: bars 5-8 (full energy, hook)

  • Verse 2: bars 9-12 (sparse + variation)

  • Chorus 2: bars 13-16 (full energy, hook)

  • Bridge: bars 17-20 (tension, build)

  • Final Chorus: bars 21-24 (maximum, hook + variation)

bpm: Tempo (90-140, default 120 = modern pop). bars: Total length in bars (16-32, default 16 = standard pop song). root: Root note (C is the most common pop key). octave: MIDI octave for bass (2 = C2=36, standard bass register). unit_index: AU index with note tracks. drum_track / bass_track / chord_track / melody_track: Track indices.

Returns notes created per track and total.

Example: create_pop_arrangement(bpm=120, root="C", bars=16) create_pop_arrangement(bpm=128, root="G", bars=24)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNoC
octaveNo
velocityNo
bass_trackNo
drum_trackNo
start_beatNo
unit_indexNo
chord_trackNo
melody_trackNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It details how each track behaves across sections, the chord progression, and section lengths. However, it does not mention whether existing notes on target tracks are overwritten or if there are any destructive side effects.

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

Conciseness3/5

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

The description is well-structured with sections, bullets, and an example, but it is verbose. The musical theory explanations (chord progression comparisons) are informative but could be trimmed without losing essential guidance. Every sentence earns its place, but some could be more concise.

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?

For a complex 4-track arrangement tool with 11 parameters, the description covers track behaviors, section structure, parameter ranges, and an example. Given that an output schema exists, return values are not over-explained. Missing operational details like prerequisites for unit_index and handling of existing notes keep it from a 5.

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 descriptions are absent (0% coverage), so the description compensates by explaining most parameters: bpm range, bars range, root note, octave MIDI value, and track indices. It misses velocity and start_beat, and does not deeply explain unit_index, but overall 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 clearly states the tool creates a full pop arrangement with verse-chorus-bridge structure across 4 tracks. It is specific about the output and distinguishes itself from loop-based arrangements and other genre arrangements.

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 this tool is appropriate (pop music with real song form) and differentiates it from loop-based arrangements, rock (I-IV-V), and jazz (ii-V-I). It does not explicitly name alternative tools, but the context is clear and actionable.

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

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