Skip to main content
Glama

mcp_opendaw_create_chord_pads

Create sustained chord pads from a simple hyphen-separated chord progression string like 'Am-F-C-G'. Configure octave, velocity, and bars per chord to produce synthwave, pop, or jazz pads.

Instructions

Create chord pads from a human-readable progression string.

Unlike create_chord_progression (which takes JSON arrays), this takes a simple hyphen-separated string like "Am-F-C-G" — much easier for agents and humans to write. Generates sustained chord pads with configurable octave, velocity, and bars per chord.

progression: Hyphen-separated chords. Each chord is root+type: "Am" = A minor, "F" = F major, "Cmaj7" = C major seventh, "G7" = G dominant 7, "Dm7" = D minor 7, "Esus4" = E suspended 4. Supported types: maj, min, dom7, maj7, min7, sus2, sus4, add9, dim, aug. Default "Am-F-C-G" = i-VI-III-VII in A minor (synthwave/trance). "C-Am-F-G" = I-vi-IV-V in C major (pop). "Dm7-G7-Cmaj7-Am7" = ii-V-I-vi in C (jazz).

bars_per_chord: How many bars each chord lasts (default 4 = one chord per 4-bar phrase). 2 = faster changes, 8 = slow pads.

octave: MIDI octave for chord voicing (3 = C3=48, typical pad range). velocity: Note velocity (0-1, default 0.65 = soft pad). unit_index: AU index with note tracks. track_index: Track for chord pads (typically harmony track = 2). start_beat: Where the progression starts. note_duration: Note length in beats (default 3.8 = almost full bar with small gap for articulation).

Returns chords created, pitches per chord, total notes.

Example:

i-VI-III-VII in A minor (synthwave pads)

create_chord_progression("Am-F-C-G", bars_per_chord=4, octave=3)

ii-V-I-vi in C (jazz comping under)

create_chord_progression("Dm7-G7-Cmaj7-Am7", bars_per_chord=2, octave=3)

I-V-vi-IV in C (pop progression)

create_chord_progression("C-G-Am-F", bars_per_chord=4, octave=4, track_index=2, velocity=0.6)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
octaveNo
velocityNo
start_beatNo
unit_indexNo
progressionNoAm-F-C-G
track_indexNo
note_durationNo
bars_per_chordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses a lot: generates sustained pads, configurable parameters, supported chord types, defaults, and return values. However, the internal contradiction (says this tool uses strings, then shows examples calling the JSON-array tool with strings) reduces trust in the behavioral description. Without annotations, this inconsistency is a notable transparency gap.

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 but overly long, with three examples that mostly repeat the same progression format. The most critical flaw is that every example uses the wrong tool name (create_chord_progression), which is misleading and should have been caught. The verbosity is partially justified by the need to document chord syntax and defaults, but the errors make it less concise in practice.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers chord syntax, defaults, return values, and provides genre context. However, the pervasive use of create_chord_progression in examples makes the invocation details incorrect, so an agent cannot rely on the examples. It also lacks explicit prerequisites (e.g., must have a note track at track_index) and doesn't clarify whether existing notes are overwritten. The output schema exists but the description's inaccuracies prevent full completeness.

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?

The description explains nearly all 8 parameters in detail: progression format and supported chord types, bars_per_chord, octave, velocity, note_duration, and some context for unit_index and track_index. start_beat is only minimally described as 'where the progression starts' without specifying units. Given 0% schema coverage, this compensation is strong but not perfect.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The opening sentence clearly defines the tool as creating chord pads from a human-readable string, and it distinguishes itself from create_chord_progression by string vs JSON arrays. However, all usage examples call create_chord_progression instead of the actual tool name, which creates significant confusion about which tool does what.

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

Usage Guidelines3/5

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

The description explicitly contrasts with create_chord_progression and provides genre-specific progression examples, which is helpful. But the examples incorrectly invoke create_chord_progression, undermining the guidance and potentially causing an agent to call the wrong sibling tool. The distinction between string and JSON is clear, but the execution is flawed.

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