Skip to main content
Glama

mcp_opendaw_create_neurofunk_arrangement

Generate a complete neurofunk DnB arrangement with four tracks: drums, sub-bass, Reese bass, and stabs. Set BPM, bars, and root to create dark, complex MIDI patterns.

Instructions

Create a full neurofunk DnB arrangement — 4 tracks: drums + sub-bass + Reese + stabs.

Neurofunk (Noisia, Spor, Phace, Ed Rush & Optical) is the technically advanced evolution of drum & bass — darker, more complex, with signature sound design elements:

  • 170-180 BPM, dark minor key (typically F or E minor)

  • Complex chopped breakbeats with extra ghost notes, kicks, and rolls

  • Reese bass: detuned saw layers with movement, the hallmark neurofunk sound

  • Sub-bass underneath the Reese for low-end weight

  • Dark minor chord stabs and sci-fi atmosphere

  • Aggressive velocity, tight quantization with occasional swing

Creates 4 tracks:

  1. Drums (drum_track): Complex amen break with extra kick placements, ghost notes, and snare rolls at phrase ends. 2-bar cycle.

  2. Sub-bass (bass_track): Deep sustained sub following root note, syncopated gaps where drums fill. Octave 1 for sub weight.

  3. Reese (reese_track): Detuned saw-style Reese bass with chromatic movement, pitch slides, and rhythmic stabs. The signature neuro sound.

  4. Stabs (stabs_track): Dark minor chord stabs (root + b3 + b5 + b7) on beats 1 and 3, with occasional off-beat sci-fi stabs.

bpm: Tempo (160-185, default 174). bars: Arrangement length (4-32, default 8). root: Root note (default F = classic neurofunk key). octave: MIDI octave for Reese/bass (2 = C2=36).

Returns notes created per track and total.

Example: create_neurofunk_arrangement(bpm=174, root="F", bars=8) create_neurofunk_arrangement(bpm=180, root="E", bars=16)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bpmNo
barsNo
rootNoF
octaveNo
velocityNo
bass_trackNo
drum_trackNo
start_beatNo
unit_indexNo
reese_trackNo
stabs_trackNo

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 of behavioral disclosure. It carefully details the four tracks, their musical content, defaults, and return value ('Returns notes created per track and total'). However, it does not explicitly state whether existing tracks are overwritten, how start_beat interacts with the arrangement start, or what side effects unit_index has, leaving some behavioral ambiguity.

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 clear sections: overview, genre characteristics, track breakdown, parameter list, and examples. The genre bullet points are somewhat lengthy but provide valuable stylistic context for generating authentic neurofunk; every sentence serves a purpose and the front-loaded summary is effective.

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 description thoroughly covers creative output, genre conventions, parameter defaults, ranges, and example invocations. However, critical gaps remain: velocity, start_beat, and unit_index are unexplained, and the tool's behavior regarding track creation (new vs. existing) is not clarified. Given the tool's complexity (11 params, 4 tracks), the description is helpful but not fully complete.

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 description explicitly explains bpm, bars, root, and octave with defaults and ranges, and infers the track-index parameters via the numbered track list (drum_track, bass_track, reese_track, stabs_track). However, velocity, start_beat, and unit_index receive no explanation, leaving 3 of 11 parameters undocumented—a significant gap given the schema itself has zero descriptions.

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 opens with a specific verb+resource+scope: 'Create a full neurofunk DnB arrangement — 4 tracks: drums + sub-bass + Reese + stabs.' It clearly delineates the tool's function and distinguishes it from sibling genre-arrangement tools by naming the neurofunk style and the exact track structure.

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 for when to use the tool: when a neurofunk DnB arrangement is desired, with BPM, key, and bar ranges. It does not explicitly name alternative tools (e.g., create_liquid_dnb_arrangement) or state when not to use it, but the genre-specific detail effectively implies the usage scenario.

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