Skip to main content
Glama

generate_walking_bass

Destructive

Generate a quarter-note walking bass line for a chord progression, replacing existing notes with root, chord/scale tones, and chromatic approaches.

Instructions

Write a quarter-note walking bass line under a progression. REPLACES notes.

Root on beat 1, chord/scale tones through the bar, chromatic approach into the next chord's root on the last beat, with occasional soft ghost notes. progression: dash-/comma-separated symbols. key/scale set the passing-tone pool. octave: 1 = very low (C1), 2 = typical bass (C2). ghost: 0-1 offbeat ghost-note probability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoC
seedNo
ghostNo
scaleNominor
octaveNo
velocityNo
clip_indexYes
progressionYes
track_indexYes
beats_per_chordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds algorithmic detail beyond the destructiveHint annotation: root on beat 1, chromatic approach on last beat, ghost notes, and impact of key/scale. This helps the agent understand the tool's behavior. No contradictions with annotations.

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 reasonably concise with two sentences separated by purpose and parameter details. It front-loads the main action and lists key parameters. Minor improvements could structure parameter explanations more systematically, but overall efficient.

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

Completeness2/5

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

Despite having an output schema, the description omits critical operational details: required parameters track_index and clip_index are not explained, and optional parameters like beats_per_chord and seed lack any context. For a tool with 10 parameters, this leaves significant ambiguity for an AI agent.

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?

With 0% schema description coverage, the description explains some parameters (progression, key, scale, octave, ghost) with specific formatting and ranges. However, other parameters (seed, velocity, beats_per_chord, track_index, clip_index) remain unexplained, leaving gaps for half the inputs.

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 it 'Write[s] a quarter-note walking bass line under a progression' and specifies it replaces notes. The term 'walking bass' distinguishes it from sibling tools like generate_bassline which likely produce different styles. The verb-resource pair is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for generating a walking bass line over a chord progression, but it does not explicitly state when to use this tool versus alternatives like generate_bassline. It mentions it replaces notes, hinting it works on existing clips, but lacks clear when-to or when-not-to 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/wstierhout/ableton-live-mcp'

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