Skip to main content
Glama

mcp_opendaw_create_bass_from_progression

Creates a bass line from a chord progression using patterns like root, walking, pedal, or octave for different musical styles.

Instructions

Create a bass line from a chord progression string.

The harmonic trio: create_chord_pads (sustained harmony) + create_arpeggiated_progression (melodic movement) + THIS (bass foundation). All three take the same "Am-F-C-G" string.

pattern: Bass pattern: "root" — root notes on beat 1 + 3, quarter notes (universal) "root_fifth" — root on 1, fifth on 3 (rock, pop) "walking" — 4 quarter notes per bar: root → passing → chord tone → approach to next root (jazz) "pedal" — one sustained root per chord (techno, house sub-bass) "octave" — root + octave in 8th notes (disco, funk) "root_octave" — root on 1, octave up on 3 (pop, rock power)

bars_per_chord: Bars per chord (default 4). octave: MIDI octave for bass (2 = C2=36, typical bass range). velocity: Note velocity (0-1, default 0.9 = strong bass). track_index: Track for bass (typically bass track = 1).

Example:

Jazz walking bass from ii-V-I-vi

create_bass_from_progression("Dm7-G7-Cmaj7-Am7", pattern="walking", octave=2)

Rock root-fifth from I-IV-V

create_bass_from_progression("A-D-E", pattern="root_fifth", octave=2, velocity=0.95)

House pedal sub-bass

create_bass_from_progression("Fm-Fm-Db-Ab", pattern="pedal", octave=1, bars_per_chord=4)

Disco octave bass

create_bass_from_progression("C-Am-F-G", pattern="octave", octave=2, velocity=0.9)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
octaveNo
patternNoroot
velocityNo
start_beatNo
unit_indexNo
progressionNoAm-F-C-G
track_indexNo
bars_per_chordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explains each pattern's rhythmic behavior, MIDI octave range, velocity range, and default values. It does not mention side effects or authorization needs, but for a generative tool, it is sufficiently transparent.

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: purpose statement, context (harmonic trio), parameter definitions with examples, and multiple usage examples. It is slightly verbose but every sentence adds value, and the formatting aids readability.

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 no output schema and the generative nature, the description lacks explicit mention of return value (likely success/failure). It provides comprehensive input guidance but omits what the tool returns, which is a minor gap for completeness.

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?

Schema coverage is 0%, but the description adds meaning for 6 of 8 parameters: pattern (with detailed pattern definitions), bars_per_chord, octave (with MIDI note reference), velocity (range and default), track_index, and progression. Two parameters (start_beat, unit_index) are not described, but the overall parameter semantics are well-enhanced.

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 a bass line from a chord progression string' and distinguishes itself from siblings like create_bassline by detailing the harmonic trio (chord pads, arpeggiated progression, bass foundation). Examples further clarify the specific role.

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—as part of the harmonic trio for bass foundation—and offers pattern recommendations with genre associations. It does not explicitly state when not to use, but the examples and pattern descriptions serve as adequate 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