Skip to main content
Glama

mcp_opendaw_create_drum_fill

Generate rhythmic drum fills and transition patterns to bridge song sections. Automates MIDI note creation for builds, breaks, rolls, crashes, and toms.

Instructions

Create a drum fill or transition pattern — one call replaces 10-30 note creations.

Generates rhythmic fills between song sections with increasing/decreasing density. Useful for transitions: verse→chorus, breakdown→drop, outro buildup.

fill_type: Type of fill:

  • "build" — density increases toward end (leading into a drop/chorus)

  • "break" — density decreases (winding down after a section)

  • "roll" — sustained snare/tom roll with accents

  • "crash" — crash + sparse hits for impact

  • "tom" — descending tom pattern

bars: Length in bars (1-4). Each bar = 4 beats = 16 sixteenth steps. start_beat: Position in beats where the fill begins. density: Note density — "sparse", "medium", "dense".

unit_index: AU index with a note track (-1 = find first AU with note tracks).

Returns notes created per lane and total.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNo
densityNomedium
fill_typeNobuild
start_beatNo
unit_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 provided, the description carries the full burden. It discloses the operation (creates notes), the return value ('Returns notes created per lane and total'), and the unit_index prerequisite. However, it does not mention potential side effects, whether any existing notes are overwritten, what happens if no AU with a note track exists, or any error conditions. The description is informative but not fully transparent about behavioral traits.

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 well-structured: it opens with the high-level purpose, then usage guidance, then a clear parameter reference with bullet points. It is longer than the minimal examples but every sentence earns its place by explaining a parameter or use case. It is not overly verbose, though the parameter details could be considered slightly lengthy — still, they are all relevant.

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?

Given the tool's moderate complexity (5 params, no enums in schema, but detailed explanatory descriptions), the description covers all necessary aspects: what it does, when to use it, parameter semantics, and return value. It does not explain prerequisites like needing an existing drum track or what happens if no matching AU is found, but it is largely complete for an agent to select and invoke the tool.

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%, so the description must compensate, and it does excellently. Every parameter is explained: fill_type has all five enumerated values with definitions, bars has a range and time interpretation, start_beat is defined, density lists its options, and unit_index is clarified with the -1 fallback. 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.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it 'Create a drum fill or transition pattern' and elaborates that it 'Generates rhythmic fills between song sections with increasing/decreasing density.' This is a specific verb+resource with a clear scope. However, it doesn't explicitly name or contrast with sibling tools like create_drum_pattern or create_break, so it doesn't fully distinguish itself from alternatives.

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 provides explicit usage context: 'Useful for transitions: verse→chorus, breakdown→drop, outro buildup.' This tells the agent when to use it. It also mentions the efficiency benefit ('one call replaces 10-30 note creations'), giving a rationale. It does not mention when not to use it or name alternatives, so it falls short of a perfect score.

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