Skip to main content
Glama

mcp_opendaw_create_neurofunk_arrangement

Create a full neurofunk drum & bass arrangement with drums, sub-bass, Reese bass, and stabs. Generates MIDI notes for a dark, complex DnB track at specified BPM (160-185), key, and bar length.

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 must rely on itself. It explains the output structure (4 tracks with musical content) and notes that it returns notes per track and total. However, it does not disclose operational details such as whether it creates new tracks, overwrites existing ones, or requires specific permissions.

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 verbose, including extensive genre background and track details that may be extraneous for a quick understanding. It is front-loaded with the main purpose but would benefit from a more structured format, such as bullet points for parameters.

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 gives a good musical overview but lacks operational context (e.g., track creation behavior, conflict handling). With an output schema present, the return value mention is adequate, but the tool's interaction with existing project state is unclear.

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 covers only 4 of 11 parameters (bpm, bars, root, octave) with ranges and defaults. The remaining 7 parameters (e.g., velocity, track numbers) are not described, and the schema provides only titles and defaults. Given the low coverage, the description adds some value but is incomplete.

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 the tool's purpose: 'Create a full neurofunk DnB arrangement — 4 tracks: drums + sub-bass + Reese + stabs.' It also provides genre context and differentiates from siblings by focusing on neurofunk, a specific subgenre of drum and bass.

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 about when to use this tool (for neurofunk DnB), including tempo range and key recommendations. However, it does not explicitly state when not to use it or compare it to sibling arrangement tools like create_dnb_arrangement.

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