Skip to main content
Glama

mcp_opendaw_create_afrobeat_arrangement

Creates a full afrobeat arrangement with polyrhythmic drums, bass, horns, and guitar across four tracks, capturing the Fela Kuti-style interlocking groove.

Instructions

Create a full afrobeat arrangement — polyrhythmic drums + bass + horns + guitar across 4 tracks.

Fela Kuti-style afrobeat with all elements locked in polyrhythmic interlock:

  • Track 0: Drums — layered polyrhythm: kick pattern, shaker pattern, clave-like accents. The foundation is 12/8 feel in 4/4 time — triplets over straight beats, the African polyrhythmic heartbeat.

  • Track 1: Bass — repetitive ostinato bassline, rooted in the key, driving and hypnotic. Afrobeat bass doesn't rest — it's the engine alongside the drums, locking with the kick.

  • Track 2: Horns — brass section stabs and sustained chords. Call-and-response between horn hits and space. Minor key, soulful.

  • Track 3: Guitar — rhythmic chord stabs on the off-beats, the "chanka" pattern that defines the groove. Two-note voicings, percussive and tight.

At 120 BPM (default), this creates the classic afrobeat feel — not too fast, not too slow, with room for polyrhythmic layering. The 4-track arrangement (first non-electronic genre) is the key difference: horns and guitar add organic texture that electronic arrangements don't have.

bpm: Tempo (100-130, default 120 = classic afrobeat). bars: Arrangement length (8-32, default 8). Afrobeat needs long forms. root: Root note (F is the classic afrobeat key — Fela's preference). octave: MIDI octave for bass (2 = C2=36, audible low end). unit_index: AU index with note tracks. drum_track / bass_track / horn_track / guitar_track: Track indices.

Returns notes created per track and total.

Example: create_afrobeat_arrangement(bpm=120, root="F", bars=8) create_afrobeat_arrangement(bpm=110, root="Ab", bars=16)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNoF
octaveNo
velocityNo
bass_trackNo
drum_trackNo
horn_trackNo
start_beatNo
unit_indexNo
guitar_trackNo

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 carries the burden. It does reveal the behavioral output: notes created per track, total, the four track roles, and default tempo/bars/root. However, it does not state whether existing notes on the target tracks are overwritten or appended, nor does it mention required preconditions like the engine being running or tracks needing to exist. This leaves some important side-effect ambiguity for a create/mutation tool.

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

Conciseness3/5

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

The description is front-loaded with a clear overview and uses a structured bullet list for tracks. The example block is useful. That said, it is somewhat verbose with repeated stylistic flourishes (e.g., 'polyrhythmic heartbeat,' 'Fela's preference') and could be tightened without losing the essential genre context.

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?

For a high-complexity tool with 11 parameters and no annotations, the description is above average but not complete. It covers most parameters and includes an output summary, but it omits velocity and start_beat semantics, and does not clarify whether the tool adds to or replaces existing notes on the target tracks. More explicit preconditions would make it fully self-sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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. It documents 9 of 11 parameters with helpful musical meaning: bpm range (100-130, default 120), bars (8-32), root (F as Fela's key), octave (C2=36), unit_index, and track indices. It also provides a usage example. However, it omits 'velocity' and 'start_beat', which are left entirely to the schema's bare defaults.

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 first sentence is explicit: 'Create a full afrobeat arrangement — polyrhythmic drums + bass + horns + guitar across 4 tracks.' This identifies the verb ('create'), the resource ('afrobeat arrangement'), and its core components. It also distinguishes itself from sibling genre-arrangement tools by emphasizing the non-electronic, 4-track organic texture.

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 strong context for when this tool is appropriate: Fela Kuti-style afrobeat, 120 BPM, 12/8 feel, and the contrast with electronic arrangements ('horns and guitar add organic texture that electronic arrangements don't have'). It lacks explicit exclusions or direct alternatives, but the genre context is clear enough for selection among many arrangement siblings.

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