Skip to main content
Glama

mcp_opendaw_create_drum_solo

Create a complete multi-bar drum solo with genre-specific rudimental patterns and phrasing. Select from rock, jazz, funk, latin, or marching styles to generate a tailored solo.

Instructions

Create a genre-specific drum solo with rudimental vocabulary.

Generates a complete drum solo using vocabulary appropriate to the chosen style. Unlike create_drum_fill (short transition), this tool creates a full multi-bar solo with phrasing, build-ups, climax, and genre-specific rudimental patterns:

  • rock: Thunderous 16th-note double kick patterns, crash accents, tom fills, snare ghost notes, building intensity. John Bonham, Neil Peart, Danny Carey.

  • jazz: Brushes + sticks, comping patterns, ride bell, press rolls, polyrhythmic phrasing, trading 4s feel. Max Roach, Elvin Jones, Tony Williams.

  • funk: Ghost-note heavy 16th-note grooves, hi-hat splashes, pocket fills, James Brown/Bootsy aesthetic. Clyde Stubblefield, Jabo Starks, Bernard Purdie.

  • latin: Cascara, mambo bell, timbale fills, clave-based phrasing, 6/8 feel options. Tito Puente, Mongo Santamaria.

  • marching: Rudimental solo — paradiddles, flams, drags, roll building, double-stroke open rolls. DCI, snare line vocabulary.

solo_type: rock | jazz | funk | latin | marching bars: Solo length (2-16, default 4) velocity: Base velocity 0-1 (drum solos are loud, default 0.9) seed: PRNG seed for reproducibility

Returns notes created and solo characteristics.

Example: create_drum_solo(solo_type="rock", bars=4) create_drum_solo(solo_type="jazz", bars=8) create_drum_solo(solo_type="marching", bars=4, seed=100)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNo
seedNo
velocityNo
solo_typeNorock
start_beatNo
unit_indexNo
track_indexNo

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 transparency burden. It discloses the tool generates a structured solo with 'phrasing, build-ups, climax' and genre-specific patterns, and notes return values. However, it does not clarify whether the solo is inserted, appended, or overwrites existing notes, nor does it mention side effects on the current project state or which track/unit is targeted.

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 long but well-structured: a concise lead, an explicit contrast with create_drum_fill, a detailed genre breakdown with clear formatting, and concrete usage examples. The genre details are contextually valuable and not redundant. It could be slightly tightened, but the length is justified by the tool's genre-dependent complexity.

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 the core concept, genre vocabulary, key parameters, and return value, with examples. However, the omission of three placement-related parameters (start_beat, unit_index, track_index) and the lack of detail about insertion behavior mean it is not fully complete for a 7-parameter tool with no annotations. The presence of an output schema mitigates the return-value gap, but side effects remain undisclosed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds valuable semantic detail for solo_type (lists all five genres with style descriptions), bars (range 2-16), velocity (range 0-1 with loudness note), and seed (PRNG reproducibility). However, it completely omits start_beat, unit_index, and track_index, which are likely essential for placement in the DAW project.

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: 'Create a genre-specific drum solo with rudimental vocabulary.' It explicitly contrasts itself with create_drum_fill ('short transition') and clearly states it creates a full multi-bar solo. This unambiguously differentiates the tool from similar siblings.

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 explicitly names an alternative: 'Unlike create_drum_fill (short transition), this tool creates a full multi-bar solo.' This provides clear when-to-use guidance. However, other solo-related siblings like create_solo and create_soli are not addressed, so it is not a comprehensive exclusion list.

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