Skip to main content
Glama

mcp_opendaw_classify_drum_pattern

Classify MIDI drum patterns into genres (four-on-the-floor, breakbeat, trap, etc.) by analyzing note positions, pitches, and velocities. Understand style, verify genre fit, and inspire variations.

Instructions

Classify a drum pattern from MIDI notes in a region.

Analyzes drum note positions, pitches (GM drum map: 36=kick, 38=snare, 42=closed hat, 46=open hat, 50=high tom, 45=low tom, 49=crash, 51=ride), and velocities to classify the pattern as one of: four-on-the-floor, breakbeat, boom-bap, trap, shuffle, half-time, military/march, amen, unknown.

Essential for: understanding existing drum patterns, matching genre expectations, verifying generated patterns, and suggesting variations.

unit_index: AU index (-1 = all AUs). track_index: Note track index (-1 = all note tracks). region_index: Region index (-1 = all regions on track).

Returns pattern classification with confidence, features, and per-bar breakdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unit_indexNo
track_indexNo
region_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It details what is analyzed (drum note positions, pitches with GM mapping, velocities) and the output structure (classification, confidence, features, per-bar breakdown), which gives a thorough understanding of the operation. It does not explicitly state that the tool is read-only, but the analysis-oriented language makes this implicit.

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 organized into clear sections: a one-sentence summary, analysis method, use cases, parameters, and return value. While it is fairly long, the GM drum map list adds useful domain context for a specialized tool. Each section earns its place; no superfluous filler.

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?

The description covers the essential aspects for using this tool correctly: what it does, what inputs to provide (including default semantics), what it returns, and when it is valuable. Given the complexities of drum pattern classification and the existence of an output schema, the description is sufficiently complete, though it could mention edge cases such as empty regions or non-GM-mapped notes.

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?

The input schema has zero description coverage, so the description must compensate. It does so effectively by explaining each parameter ('unit_index: AU index (-1 = all AUs)', 'track_index: Note track index (-1 = all note tracks)', 'region_index: Region index (-1 = all regions on track)'), including the meaning of defaults. This goes well beyond the bare schema definitions.

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 the tool's purpose with a specific verb ('classify') and resource ('a drum pattern from MIDI notes in a region'). It enumerates the pattern types and explains the analysis inputs, making the tool's function unambiguous. However, it does not explicitly differentiate itself from similar drum-analysis siblings like transcribe_drums or extract_rhythm.

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 use cases under 'Essential for:' (understanding existing drum patterns, matching genre expectations, verifying generated patterns, suggesting variations), giving clear context for when to invoke the tool. It does not mention exclusions or alternatives, which would earn a 5, but the stated purposes are sufficiently specific.

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