Skip to main content
Glama

mcp_opendaw_create_arpeggiated_progression

Convert a chord progression string (e.g., 'Am-F-C-G') into an arpeggiated pattern with configurable pattern, octave, and note duration for synthwave, trance, or house tracks.

Instructions

Create an arpeggiated chord progression — synthwave/trance arp engine.

Takes a chord progression string (same format as create_chord_pads: "Am-F-C-G") and generates arpeggiated notes cycling through chord tones. This is the synthwave arpeggiated bass, the trance supersaw arp, the house plucked chord stab — all from a simple progression string.

Unlike create_arpeggio (which takes a single chord), this cycles through a full progression, changing chord tones every bars_per_chord bars.

progression: Hyphen-separated chords (same as create_chord_pads). "Am-F-C-G" = i-VI-III-VII in A minor. "C-G-Am-F" = I-V-vi-IV in C major (pop).

pattern: Arpeggio pattern: "up" — root, third, fifth, root(oct) — classic synthwave "down" — oct root, fifth, third, root — descending "updown" — root, third, fifth, oct, fifth, third — full cycle "random" — random chord tones — dreamy, unpredictable "bass" — root only, 8th notes — driving bass arp (synthwave bass)

bars_per_chord: Bars per chord (default 4). octave: MIDI octave (3 = bass arp, 4 = mid arp, 5 = lead arp). velocity: Note velocity (0-1). step_duration: Note length in beats (0.25 = 16th, 0.5 = 8th, 0.125 = 32nd). track_index: Track for arp notes (typically melody track = 3).

Returns chords arpeggiated, total notes, pattern used.

Example:

Synthwave bass arp (16th notes, octave 2)

create_arpeggiated_progression("Am-F-C-G", pattern="bass", octave=2, step_duration=0.25, track_index=1)

Trance supersaw arp (16th up, octave 4)

create_arpeggiated_progression("Fm-Db-Ab-Eb", pattern="up", octave=4, step_duration=0.25, track_index=3)

Pop arp (8th updown, octave 5)

create_arpeggiated_progression("C-G-Am-F", pattern="updown", octave=5, step_duration=0.5, track_index=3)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
octaveNo
patternNoup
velocityNo
start_beatNo
unit_indexNo
progressionNoAm-F-C-G
track_indexNo
step_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?

With no annotations, the description carries the full burden of behavioral disclosure. It explains the internal arpeggiation behavior (cycling through chord tones, pattern types, bars_per_chord switching) and what is returned, but it does not mention side effects like whether existing notes on the target track are overwritten, added to, or whether a track/region must pre-exist. It also does not explain the meaning of start_beat or unit_index, leaving some behavioral ambiguity for a creation tool with no safety annotations.

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 longer than two sentences, but it is well-structured with clear sections for introduction, parameter meanings, returns, and examples. Each parameter gets its own line, and the examples are concrete and relevant. There is minor redundancy (e.g., 'synthwave/trance arp engine' followed by listing the same genres elsewhere), but overall it is efficient and front-loaded with the core purpose.

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 9-parameter tool with no annotations but an output schema, the description is quite thorough: it explains the core parameters, provides return value hints, and gives three usage examples. Gaps include no mention of start_beat and unit_index, no explicit side-effect/prerequisite discussion, and no detailed output-schema match. These are minor compared to the richness already provided, so it earns a solid 4.

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?

Despite 0% schema description coverage, the description compensates well for most of the 9 parameters. It details all five pattern values with note sequences and musical context, explains bars_per_chord, octave ranges, velocity range, step_duration durations, and typical track_index. However, it omits any explanation of start_beat and unit_index, which are less self-explanatory and appear in the schema without descriptions.

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 opens with a specific verb-resource pair: 'Create an arpeggiated chord progression' and repeatedly calls it an arpeggio engine. It explicitly distinguishes itself from the sibling create_arpeggio by stating 'Unlike create_arpeggio (which takes a single chord), this cycles through a full progression.' This clearly communicates the tool's scope and unique value.

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

Usage Guidelines5/5

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

The description explicitly tells when to use this tool versus create_arpeggio: 'Unlike create_arpeggio (which takes a single chord), this cycles through a full progression.' It also references the same progression format as create_chord_pads and gives genre-specific examples (synthwave, trance, house) with concrete parameter choices, which serve as usage patterns. This is explicit alternative and when-not guidance.

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