Skip to main content
Glama

mcp_opendaw_create_jazz_arrangement

Generate a complete jazz arrangement across four tracks: swing drums, walking bass, comping piano, and horn lead. Uses ii-V-I harmony and swung 8th notes for an authentic jazz feel.

Instructions

Create a full jazz arrangement — swing drums + walking bass + comping piano + horn across 4 tracks.

Jazz with swing feel and ii-V-I harmony — fundamentally different from all other arrangements:

  • Track 0: Drums — swing ride pattern (spang-a-lang), brush snare ghost notes, comping on bass drum. The signature jazz ride cymbal pattern with swung 8th notes — the triplet feel that defines jazz.

  • Track 1: Bass — walking bass: quarter notes that walk through the chord changes using chord tones and approach notes. ii-V-I aware, creating smooth voice leading through the changes.

  • Track 2: Piano — comping: syncopated chord stabs using shell voicings (root + third + seventh) and rootless voicings. Frequent rests — comping is about space as much as notes.

  • Track 3: Horn — lead melody: a simple bluesy head over the changes, using blue notes (flatted thirds and fifths) and swing.

At 120 BPM (default), this creates a medium-up swing feel. The ii-V-I progression is the fundamental jazz chord change — every other genre uses different harmony. Swing 8ths (triplet feel) is the rhythmic signature that separates jazz from all straight-time genres.

bpm: Tempo (60-200, default 120 = medium swing). bars: Arrangement length (4-32, default 8). Jazz benefits from longer forms. root: Root note (F is a classic jazz key — great for horns). octave: MIDI octave for bass (2 = F2=41, standard jazz bass register). unit_index: AU index with note tracks. drum_track / bass_track / piano_track / horn_track: Track indices.

Returns notes created per track and total.

Example: create_jazz_arrangement(bpm=120, root="F", bars=8) create_jazz_arrangement(bpm=180, root="Bb", bars=12)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNoF
octaveNo
velocityNo
bass_trackNo
drum_trackNo
horn_trackNo
start_beatNo
unit_indexNo
piano_trackNo

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. It discloses the musical content in detail (ride pattern, walking bass, comping, horn lead) and mentions 'Returns notes created per track and total.' However, it does not state whether existing notes on the target tracks are overwritten, appended, or if any other side effects occur, leaving operational behavior ambiguous.

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 and line breaks, but it is verbose. It repeatedly emphasizes the 'fundamentally different' and 'signature' jazz elements across multiple sentences (e.g., re-explaining triplet feel and ii-V-I harmony). Some educational content could be trimmed without losing invocation-relevant information.

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?

For an 11-parameter tool with no annotations, the description covers the core functionality and most parameters, plus a brief return-value note. However, it leaves out velocity and start_beat parameters, does not explain behavior with existing notes, and relies on an unseen output schema to clarify return structure. These gaps make it incomplete for fully autonomous use.

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 coverage is 0%, so the description must compensate. It explains most parameters with added meaning: bpm range (60-200), bars range (4-32), root note example (F for horns), octave example (F2=41), unit_index purpose, and the four track indices. However, it omits velocity and start_beat entirely, which are present in the schema with defaults but no 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+scope: 'Create a full jazz arrangement — swing drums + walking bass + comping piano + horn across 4 tracks.' It clearly distinguishes this from sibling genre arrangement tools by emphasizing jazz-specific elements like swing feel and ii-V-I harmony, and by naming the exact track roles.

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 states 'Jazz with swing feel and ii-V-I harmony — fundamentally different from all other arrangements' and later reiterates that swing 8ths and ii-V-I set jazz apart. This implies when to use this tool (when a jazz arrangement is needed) and contrasts it with other arrangements, though it does not name specific alternatives.

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