Skip to main content
Glama

mcp_opendaw_create_tumbao

Generate Afro-Cuban tumbao conga patterns for salsa, rumba, or bolero with configurable pitches, velocity, and bar length to establish the rhythmic foundation.

Instructions

Create an Afro-Cuban tumbao (conga) pattern — the rhythmic foundation of salsa.

The tumbao is played on congas and interacts with the clave to create the Afro-Cuban groove. The pattern features open tones (resonant, sustained), closed tones (muffled, short), and slaps (sharp, percussive). The open tone on the "and of 4" is the signature — it anticipates the downbeat.

tumbao_type: "salsa" — Standard salsa tumbao. 2-bar pattern: Bar 1: tone on &2, open on &4 Bar 2: tone on &2, open on 4 (downbeat) "salsa_slap" — Salsa with slap on beat 2 of bar 2 "rumba" — Rumba tumbao (guaguancó). Simpler, more open tones. "bolero" — Bolero tumbao. Slower feel, fewer strokes.

bars: Pattern length (2 = one tumbao cycle, repeat for longer). low_pitch: MIDI pitch for closed tones (low conga). open_pitch: MIDI pitch for open tones (mid conga). slap_pitch: MIDI pitch for slaps (high conga). velocity: Base velocity 0-1. Open tones +0.1, slaps +0.15.

Returns notes created, tumbao type, and stroke breakdown.

Example: create_tumbao(tumbao_type="salsa", track_index=0) create_tumbao(tumbao_type="salsa_slap", track_index=1, bars=4)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNo
velocityNo
low_pitchNo
open_pitchNo
slap_pitchNo
start_beatNo
unit_indexNo
track_indexNo
tumbao_typeNosalsa

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It explains the pattern characteristics and mentions it returns notes created, tumbao type, and stroke breakdown. However, it does not disclose side effects like whether it replaces existing notes, creates new regions, or has prerequisites such as a selected track.

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?

The description is well-structured and front-loaded: concise purpose, contextual background, parameter list, return value, and example. Each section earns its place, and the length is justified given the need to compensate for missing schema descriptions.

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 tool has 9 parameters and no annotations, and the description covers most but not all relevant aspects. It omits clarifications for start_beat, unit_index, and track_index, and does not explain how the tool integrates with existing DAW state (e.g., whether it creates a new region or modifies an existing one). The output schema reduces the need to describe return values, but gaps remain.

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?

The schema has 0% description coverage, so the description must compensate. It explains tumbao_type, bars, low_pitch, open_pitch, slap_pitch, and velocity in detail, and track_index appears in the example. However, start_beat, unit_index, and track_index are not explicitly described, leaving a gap for those parameters.

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 clearly states the tool's purpose: 'Create an Afro-Cuban tumbao (conga) pattern'. The verb 'create' is specific and the resource is well-defined, distinguishing it from sibling tools like create_clave or create_cascara by focusing on a tumbao specifically.

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 clear context by explaining that tumbao is the rhythmic foundation of salsa and describes each tumbao_type variant. However, it does not explicitly compare with alternatives or state when not to use this tool, so it lacks explicit exclusions.

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