Skip to main content
Glama

mcp_opendaw_create_bass_from_progression

Create a bass line from a chord progression string. Select patterns like root, walking, or pedal, and adjust octave, velocity, and duration.

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?

With no annotations, the description carries the full burden. It richly describes pattern behaviors (root, walking, pedal, etc.), default values, velocity range, octave mapping, and track index. However, it does not explicitly state side effects like whether it overwrites existing notes on the target track or if it appends to a region. Minor gap, but the level of detail is strong.

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 clear intro, a pattern list, parameter notes, and multiple examples. It is long but each element adds value. The examples are slightly redundant but effectively demonstrate pattern usage. Front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (8 params, no annotations), the description covers the main purpose, pattern options, parameter semantics, and integration with two sibling tools. It omits start_beat and unit_index, and doesn't state side effects, but output schema exists so return values need not be explained. The examples further round out the picture.

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 description coverage is 0%, so the description must compensate. It thoroughly explains pattern (with enum-like descriptions), bars_per_chord, octave, velocity, and track_index, and examples clarify the progression parameter. However, start_beat and unit_index are completely undocumented, leaving two of eight parameters unexplained.

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 clear verb+resource: 'Create a bass line from a chord progression string.' It also names its role within the harmonic trio (chord pads, arpeggiated progression, bass foundation), which distinguishes it from sibling tools. This is specific and actionable.

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?

It provides context that this tool is the bass foundation alongside create_chord_pads and create_arpeggiated_progression, and that all three take the same chord string. Genre examples for each pattern give implicit guidance. However, it does not explicitly exclude or compare against other bass-related tools like create_bassline or create_walking_bass, so it stops short of full when/when-not 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-ai/opendaw-mcp'

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