Skip to main content
Glama

mcp_opendaw_create_electronic_bass

Create genre-specific electronic bassline patterns for dance music, locking with the kick drum across house, techno, DnB, dubstep, acid, and garage styles.

Instructions

Create an electronic bassline pattern — genre-specific bass for dance music.

Electronic basslines are fundamentally different from melodic basslines: they're rhythmic engines that lock with the kick drum. Each genre has a characteristic bass technique that defines its sound.

bass_type: "house_offbeat" — House off-beat bass: sustained notes on the "&" of each beat (between kicks). The classic house bass that creates the "untz-untz-untz" feel. Frankie Knuckles / Detroit house. "techno_sub" — Techno sub-bass: one long sustained root per bar, minimal. Pure low-end energy. Berlin techno / Marcel Dettmann. "dnb_reese" — DnB Reese bass: sustained note on beat 1, then syncopated stabs on the "e" and "a" of beats 2-4. Dark, detuned. Noisia. "dubstep_wobble" — Dubstep wobble: quarters on 1+3, wub pattern on 2+4 with repeated 16ths and fifth movement. Skrillex / Excision. "acid_303" — Acid 303: fast 16ths alternating root/octave with fifth drops. TB-303 squelch. Phuture / Hardfloor. "garage_2step" — UK garage 2-step bass: notes on 1 and 2.66, ghost on 3.5. Bouncy, syncopated. MJ Cole / Disclosure.

bars: Pattern length (1-16). root: Root note name (C, C#, D, etc. or flats Db, Eb). octave: MIDI octave (2 = C2=36). velocity: Base velocity 0-1.

Returns notes created, bass type, and pitch info.

Example: create_electronic_bass(bass_type="house_offbeat", root="C", track_index=0) create_electronic_bass(bass_type="dnb_reese", root="A", track_index=1, bars=4)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
barsNo
rootNoC
octaveNo
velocityNo
bass_typeNohouse_offbeat
start_beatNo
unit_indexNo
track_indexNo

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 richly details the rhythmic patterns for each genre (e.g., 'sustained notes on the "&" of each beat'), providing transparency about the output musical behavior. However, it doesn't disclose whether it creates a new note region, overwrites existing notes, or requires an existing track, and it leaves track_index/unit_index semantics unexplained.

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

Conciseness5/5

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

The description is well-structured and appropriately sized for a complex tool. It starts with a concise purpose, then uses a compact bullet-style list for the six bass_type options, a brief parameter list, return info, and examples. Every line adds value, and the length is justified by the need to explain genre-specific patterns.

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 tool has 8 parameters and no schema descriptions, and the description covers the musical core but leaves three technical parameters (start_beat, unit_index, track_index) undefined. This is a significant gap for correct invocation, though the presence of an output schema may partially cover return-value expectations.

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 explains bass_type (with six detailed options), bars, root, octave, and velocity, but omits start_beat, unit_index, and track_index. The examples use track_index without defining it, which could confuse an agent trying to invoke the tool correctly.

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 'Create an electronic bassline pattern — genre-specific bass for dance music,' specifying the verb, resource, and scope. It distinguishes this from melodic basslines by emphasizing rhythmic engine characteristics, and the genre-specific options (house, techno, dnb, dubstep, acid, garage) clearly separate it from sibling tools like create_bassline or create_walking_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 for when to use this tool: for electronic/dance music basslines that lock with the kick drum, contrasting them with melodic basslines. It implicitly guides the agent to use this for genre-specific rhythmic patterns, though it doesn't explicitly name alternative tools or state when not to use it.

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