Skip to main content
Glama

mcp_opendaw_create_arpeggio

Create an arpeggio from a chord name using one call. Specify chord, pattern, rate, octave, steps, and track to generate sequenced notes.

Instructions

Create an arpeggio from a chord name — one call instead of 8-32 create_note calls.

chord: Chord name in format RootType, e.g. "Cmin7", "F#maj", "Abmin7", "Ddim". Root: C, C#, D, D#, E, F, F#, G, G#, A, A#, B (or flats Db, Eb, Gb, Ab, Bb). Type: maj, min, dom7, maj7, min7, sus2, sus4, add9, dim, aug. pattern: Arpeggio direction/pattern:

  • "up" — bottom to top, repeat

  • "down" — top to bottom, repeat

  • "updown" — up then down (includes top and bottom twice)

  • "downup" — down then up

  • "random" — random chord tones

  • "chord" — play full chord on each step (block chords) rate: Note rate: "32" (32nd), "16" (16th), "8" (8th), "4" (quarter), "16t" (16th triplet). octave: MIDI octave for the chord root (4 = C4=60). steps: Number of arpeggio steps (default 16 = one bar of 16th notes). unit_index: AU index with a note track. track_index: Note track index within the AU. start_beat: Where the arpeggio starts (0 = bar 1). velocity: Note velocity 0-1 (default 0.65 for arpeggios).

Returns the total notes created and pitches used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateNo16
chordYes
stepsNo
octaveNo
patternNoup
velocityNo
start_beatNo
unit_indexNo
track_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description shoulders the full burden. It comprehensively describes the chord format, pattern options, rate semantics, defaults, and return value ('Returns the total notes created and pitches used'). All behavioral aspects are disclosed without contradiction.

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 thorough but structured: a one-line headline followed by a clean parameter list. It is efficient but could potentially be more concise by grouping related parameters (e.g., unit_index and track_index). Overall, it is well-organized and front-loaded.

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

Completeness5/5

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

Given the tool's 9 parameters and the existence of an output schema, the description covers all inputs, defaults, return value, and provides examples. It places the arpeggio in context (track, unit, start beat) and explains the pattern behavior. No gaps are evident for 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?

The input schema has 0% description coverage, so the description must fully document each parameter. It does so: chord format with examples, pattern list with explanations, rate values, octave, steps, velocity, start_beat, unit_index, and track_index all explicitly described. This adds substantial meaning beyond the bare 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 starts with a specific verb-resource pair ('Create an arpeggio from a chord name') and immediately provides a comparative efficiency hook ('one call instead of 8-32 create_note calls'), clearly distinguishing this tool from its sibling 'mcp_opendaw_create_note'.

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 clearly states the tool's purpose for arpeggio creation and contrasts it with create_note, giving strong contextual usage guidance. However, it does not explicitly list when not to use this tool or mention alternative arpeggio methods, though for a specialized tool this is less critical.

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