Skip to main content
Glama

create_drum_pattern

Generate drum beats in REAPER using text-based step sequencing. Input character strings to create MIDI notes on channel 9, mapping letters like k, s, h to kick, snare and hihat sounds.

Instructions

Create a drum pattern on a track using a step-sequencer string. Each character = one step. Characters: k=kick, s=snare, h=hihat(closed), o=hihat(open), t=tom(low), m=tom(mid), f=tom(high), c=crash, r=ride, .=rest. Example 4/4 rock beat (16 steps): "k...h...s...h..." All drum notes are placed on MIDI channel 9 (GM standard).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes
patternYes
start_positionYes
beatsNo
repeatsNo
Behavior4/5

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

Discloses critical behavioral details not in annotations: MIDI channel 9 assignment and step-sequencer mechanics, though omits whether it creates new media items or modifies existing content.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Perfectly structured: purpose first, then mechanics, character legend, example, and technical constraint—every sentence earns its place without fluff.

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?

Covers the unique pattern format comprehensively but leaves significant gaps regarding numerical parameter semantics and return behavior given no output schema exists.

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?

Excellent explanation of 'pattern' parameter syntax/semantics, but fails to compensate for 0% schema coverage on 'start_position' (units), 'beats' (function), and 'repeats' (behavior).

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?

Specific verb ('Create') + resource ('drum pattern') and clearly distinguishes from sibling tools via unique step-sequencer string approach.

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?

Provides clear usage context through character legend and example pattern, but lacks explicit 'when not to use' guidance versus alternatives like add_midi_note.

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/bonfire-audio/reaper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server