Skip to main content
Glama

mcp_opendaw_create_stab

Create rhythmic stabs by placing short chord hits on a grid pattern. Define chords, rhythm, and duration to produce punchy accents for house, disco, or funk tracks.

Instructions

Create rhythmic stabs — short chord jabs that define house, disco, funk.

Generates short chord hits on a rhythmic grid. Each 'x' in the rhythm pattern triggers a stab (a short chord with fast decay). Perfect for:

  • House/disco off-beat stabs

  • Funk syncopated chord punches

  • Garage/shuffle stabs

  • Filling gaps between melody notes

chords: JSON array of chord specs, cycled through. Each chord is [root_name, chord_type]. Root names: C, C#, D, D#, E, F, F#, G, G#, A, A#, B (or flats) Chord types: maj, min, dom7, maj7, min7, sus2, sus4, add9, dim, aug Example: '[["C","min7"],["F","min7"]]' cycles between Cm7 and Fm7. Single chord: '[["F","dom7"]]' — same stab repeated. rhythm: Grid pattern using 'x' (stab), '-' (rest), '.' (ghost/light stab). 16th-note grid for one bar (16 chars) or 8th-note grid (8 chars). Examples: "x-x-x-x-" (off-beat 8th stabs), "x---x---" (backbeat), "..x-..x-" (ghost stabs), "xxxx-xxx" (funky busy pattern) unit_index: AU index with note track (-1 = find first AU with note tracks). track_index: Note track index within the AU. start_beat: Position in beats where the pattern starts. octave: Octave for chord voicing (3-6, default 4 = C4 root). velocity: Base velocity for stabs (0-1, ghost stabs use 0.5x). length_beats: Total length of the stab pattern in beats (default 4 = one bar). stab_duration: Duration of each stab in beats (0.0625-1.0, default 0.5 = eighth note).

Returns notes created, chord voicings, and rhythm hits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chordsYes
octaveNo
rhythmNox-x-
velocityNo
start_beatNo
unit_indexNo
track_indexNo
length_beatsNo
stab_durationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description discloses key behaviors: how rhythm characters are interpreted ('x' triggers a stab, '.' is a ghost/light stab), how chords cycle, that velocity is halved for ghosts, and that it returns notes, voicings, and rhythm hits. It stops short of detailing edge cases or whether it overwrites existing notes, but covers the core behavior.

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 front-loaded with a one-sentence summary, followed by use cases and parameter detail. Each sentence adds value; the parameter explanations are thorough. It's longer than average but justified for 9 parameters, though the genre list could be trimmed.

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 and 0% schema description coverage, the description covers all parameters, provides examples, and notes the return value. It's practical and complete for agent invocation, though it doesn't address error handling or invalid input behavior.

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?

Schema description coverage is 0%, yet the description explains every parameter with formats, examples, ranges, and defaults. For instance, chords includes root names and chord types, rhythm includes grid notation and examples, and octave/velocity/stab_duration have explicit ranges. This fully compensates for the sparse 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 opens with a specific verb+resource: 'Create rhythmic stabs — short chord jabs' and elaborates with 'Generates short chord hits on a rhythmic grid.' This clearly distinguishes it from sibling creation tools (e.g., create_chop, create_chorale) by focusing on stabs and their musical context.

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 'Perfect for' list gives explicit musical contexts (house/disco off-beat stabs, funk syncopation, garage/shuffle, filling gaps between melody notes), signaling when to use this tool. It doesn't explicitly name alternative tools, but the contexts are clear enough to guide selection.

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