Skip to main content
Glama

mcp_opendaw_create_trap_arrangement

Generate a full trap arrangement—drums, 808 bass slides, and bell melody—across three tracks in one call.

Instructions

Create a full trap arrangement — drums + 808 bass + bell melody across 3 tracks in one call.

Trap arrangement with all elements locked together:

  • Track 0: Drums — trap hi-hat rolls with triplet bursts, syncopated kick, snare on 3

  • Track 1: Bass — 808 sub-bass slides: long sustained notes with pitch slides, characteristic trap bass that glides between root notes

  • Track 2: Melody — bell/glockenspiel plucks in minor key, sparse and atmospheric

At 140 BPM (default), this creates the modern trap sound. The 808 bass slides are the signature — long glides between root notes that create the dark, menacing low-end. The bell melody floats above with sparse minor-key phrases.

bpm: Tempo (130-160, default 140 = modern trap). bars: Arrangement length (4-32, default 8). root: Root note (F# minor is the most common trap key). octave: MIDI octave for 808 bass (1 = C1=24, sub-bass territory). unit_index: AU index with note tracks. drum_track / bass_track / melody_track: Track indices.

Returns notes created per track and total.

Example: create_trap_arrangement(bpm=140, root="F#", bars=8) create_trap_arrangement(bpm=150, root="A", bars=16)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNoF#
octaveNo
velocityNo
bass_trackNo
drum_trackNo
start_beatNo
unit_indexNo
melody_trackNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses the musical output (notes, tracks, patterns) and return value ('Returns notes created per track and total'), but it does not clarify operational behavior such as whether existing notes on the target tracks are overwritten, whether tracks are expected to exist beforehand, or if the tool creates new tracks. With no annotations to rely on, these are meaningful gaps for a mutation tool that writes 3 tracks of notes.

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 well-structured with an initial summary, bullet points for track content, a parameter list, output note, and examples. It is slightly verbose due to repeated emphasis on the 808 bass's musical character, but for a tool with 10 parameters the length is justified and information is front-loaded.

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?

Given the tool's complexity (10 params, no annotations, output schema present but not detailed), the description covers the main functionality, parameter meanings, and examples, but leaves two parameters unexplained and does not state prerequisites (e.g., whether note tracks must exist or be empty). These are clear gaps for a creative generation tool that writes to specific tracks.

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?

The description compensates for the 0% schema description coverage by explaining 8 of the 10 parameters with concrete ranges, defaults, and musical context (e.g., 'octave: MIDI octave for 808 bass (1 = C1=24)', 'root: Root note (F# minor is the most common trap key)'). However, it omits 'velocity' and 'start_beat', which remain undocumented in both the schema and description.

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 a specific action ('Create a full trap arrangement') with a defined scope ('drums + 808 bass + bell melody across 3 tracks in one call'). It distinguishes itself from sibling arrangement tools by naming the exact genre and characteristic elements like 'trap hi-hat rolls' and '808 sub-bass slides'.

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 contextual guidance for when to use this tool: to generate a modern trap arrangement. It gives concrete parameter guidance with ranges and defaults ('bpm: Tempo (130-160, default 140)', 'bars: Arrangement length (4-32)'), plus usage examples. It does not explicitly mention alternatives for other genres, but the naming and context make the intended use obvious.

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