Skip to main content
Glama

mcp_opendaw_create_house_arrangement

Creates a house music arrangement with drums, bass, and stabs locked in a classic groove. Set tempo, key, and length for instant results.

Instructions

Create a full house music arrangement — drums + bass + stabs across 3 tracks in one call.

House music arrangement with all elements locked together:

  • Track 0: Drums — four-on-the-floor kick, open hats on off-beats, clap on 2+4

  • Track 1: Bass — off-beat sustained bass between kicks

  • Track 2: Stabs — short minor chord stabs on beats 1 and 3, with occasional off-beat stabs

At 124 BPM (default), this creates the classic Chicago/Detroit house feel. The bass and drums lock — bass hits exactly between kicks, creating the "untz-untz" groove. Stabs provide harmonic movement on top.

bpm: Tempo (115-135, default 124 = classic house). bars: Arrangement length (4-32, default 8). root: Root note for bass and stabs. octave: MIDI octave for bass (2 = C2=36). unit_index: AU index with note tracks. drum_track / bass_track / stab_track: Track indices.

Returns notes created per track and total.

Example: create_house_arrangement(bpm=124, root="C", bars=8) create_house_arrangement(bpm=128, root="F#", bars=16)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNoC
octaveNo
velocityNo
bass_trackNo
drum_trackNo
stab_trackNo
start_beatNo
unit_indexNo

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 explains the musical output per track and defaults but does not disclose side effects such as whether it overwrites existing tracks, idempotency, or what happens if tracks are already occupied. Missing safety-related behavioral traits.

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 a summary, detailed musical breakdown, parameter list, and examples. It is slightly verbose but effectively organized.

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 complexity (10 params, no annotations, many siblings), the description covers the musical intent and basic usage. However, it lacks guidance on edge cases (e.g., missing tracks, invalid unit_index) and does not fully detail the output format or how it integrates with existing project state.

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?

Schema coverage is 0%, so the description must compensate. It describes most parameters (bpm, bars, root, octave, unit_index, track indices) with brief context, but velocity and start_beat are missing from the description. The output schema is referenced but not detailed.

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 it creates a full house music arrangement with specific tracks (drums, bass, stabs). It distinguishes from sibling arrangement tools by being genre-specific and describing the musical pattern in detail.

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

Usage Guidelines3/5

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

The description includes examples showing typical usage but does not explicitly advise when to use this tool over alternative genre-specific arrangements. It lacks explicit when-to-use or when-not-to-use 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-team/opendaw-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server