Skip to main content
Glama

mcp_opendaw_create_djembe_ensemble

Create a complete West African djembe/dunun ensemble with interlocking bass drums, bell timeline, and call-and-response, using traditional rhythm styles.

Instructions

Create a West African djembe/dunun ensemble — cyclical ostinato with call-and-response.

West African drumming (Mali, Guinea, Senegal) is built on layered cyclical patterns. Three bass drums (dununs) play interlocking ostinato patterns that define the rhythmic foundation. The kenkeni (highest) plays the fastest cycle, the sangban (middle) plays the core pulse, and the dundunba (lowest) plays the slow anchor. A bell (kenken) plays the timeline — the reference pattern all drummers orient to. Two djembes play lead and accompaniment parts: djembe 1 improvises calls and echauffements (heating-up sections), djembe 2 plays a fixed accompaniment (accompagnement) that interlocks with the dununs.

Unlike samba (parade ensemble) or songo (drum kit), West African drumming is cyclical: the accompaniment loops indefinitely while the lead djembe improvises on top. The structure is call-and-response: the lead plays a signal (appel) and the ensemble responds, then the groove continues.

styles (traditional rhythms): "danza" — Malian welcoming rhythm. Kenkeni steady 8ths, sangban pulse on 1+3, dundunba on 2+4. Bell timeline E(3,2,3). Djembe 2 accompagnement: slap-tone-slap-bass. "kuku" — Guinean celebration rhythm. Kenkeni offbeat pattern, sangban syncopated, dundunba sparse. Bell E(7,12). Djembe 2: rolling 16th tone-slaps. "djole" — Sierra Leonean rhythm (originally on sikko drums). Kenkeni 16ths, sangban 3-3-2, dundunba on 1. Bell E(3,2,3). Djembe 2: spaced bass-slap pattern. "doundounba" — The "dance of the strong men" (Guinea). Sangban drives with a dense 16th pattern, dundunba on downbeats, kenkeni sparse. Bell E(3,2,3). Aggressive djembe 2.

bars: Pattern length (4-16, even). style: Rhythm name (danza, kuku, djole, doundounba). velocity: Base velocity (0-1). kenkeni_pitch: Kenkeni (high dunun) MIDI pitch (35 = B0). sangban_pitch: Sangban (mid dunun) MIDI pitch (36 = C1). dundunba_pitch: Dundunba (low dunun) MIDI pitch (38 = D1). djembe1_pitch: Lead djembe MIDI pitch (42 = F#1). djembe2_pitch: Accompaniment djembe MIDI pitch (46 = A#1). bell_pitch: Bell (kenken) timeline MIDI pitch (50 = D2).

Args: bars: Pattern length in bars (4-16, even). style: Rhythm style (danza, kuku, djole, doundounba). velocity: Base velocity 0-1. unit_index: AU index. track_index: Note track index. start_beat: Starting beat position. kenkeni_pitch: Kenkeni MIDI pitch. sangban_pitch: Sangban MIDI pitch. dundunba_pitch: Dundunba MIDI pitch. djembe1_pitch: Lead djembe MIDI pitch. djembe2_pitch: Accompaniment djembe MIDI pitch. bell_pitch: Bell timeline MIDI pitch.

Returns notes created, instrument breakdown, and rhythm info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNo
styleNodanza
velocityNo
bell_pitchNo
start_beatNo
unit_indexNo
track_indexNo
djembe1_pitchNo
djembe2_pitchNo
kenkeni_pitchNo
sangban_pitchNo
dundunba_pitchNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It thoroughly explains the musical behavior (layering, instruments, pattern structures, returns notes/breakdown/rhythm info), which is valuable. However, it does not disclose important operational effects such as whether existing notes on the target track are cleared, whether it appends to or replaces content, or what unit_index/track_index concretely control beyond 'AU index' and 'Note track index'.

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 long but well-structured: purpose, genre context, style details, then explicit Args list. It is front-loaded with the core purpose. Some repetition exists (e.g., kenkeni is described twice), and the cultural context, while useful, could be trimmed. Overall it is dense and organized, though not maximally concise.

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?

This is a complex tool with 12 parameters, no annotations, and a declared output schema that isn't shown. The description covers the musical domain richly and explains the return value generally. However, it leaves out crucial operational context: does it create a new track or use the supplied track_index? Does it replace existing notes? How does start_beat interact with the cyclical patterns? Without this, the agent cannot predict the full result of invoking 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 fully compensate for 12 parameters. It does: each parameter is described in the Args section, pitch parameters include MIDI note numbers and note names, style parameters are explained in detail with rhythmic descriptions, and even unit_index/track_index receive minimal but functional definitions. This is strong compensation for a schema void.

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 begins with a clear, specific verb phrase: 'Create a West African djembe/dunun ensemble — cyclical ostinato with call-and-response.' It immediately identifies the resource (djembe/dunun ensemble) and the musical style, and it distinguishes this tool from related siblings like samba or songo by explicitly contrasting the cyclical, call-and-response structure.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to use this tool by contrasting it with samba and songo ('Unlike samba (parade ensemble) or songo (drum kit), West African drumming is cyclical...'). It also enumerates four traditional styles with their musical characteristics, giving the agent clear criteria for choosing style values. This is explicit 'when to use vs alternatives' guidance.

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