Skip to main content
Glama

generate_chord_progression

Destructive

Generate and write voiced chord progressions into Ableton Live Session-view MIDI clips using chord symbol strings, with adjustable strum, rhythm, and velocity.

Instructions

Generate voiced chords and write them into one Session-view MIDI clip.

DESTRUCTIVE: creates a clip when the slot is empty; otherwise resizes its loop and replaces every existing note. The track must accept MIDI. Progressions accept dash/comma/space-separated symbols such as Am9-Fmaj7-Cmaj9-G13; supported qualities include maj7, m7, m9, 9, 13, 7#9, sus4, dim, and add9. Use add_notes_to_clip for exact notes or edit_notes to preserve existing ones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
strumNoBeat offset between chord tones; 0 produces block chords.
rhythmNoChord rhythm: held, two stabs per slot, or quarter-note hits.held
velocityNoBase MIDI note velocity (1-127).
clip_indexYesZero-based Session-view clip-slot index on the track.
progressionYesDash-, comma-, or space-separated chord symbols, e.g. "Dm7-G7-Cmaj7".
track_indexYesZero-based index of a regular track in the Live set.
center_pitchNoMIDI pitch around which chord voicings are centered.
beats_per_chordNoPositive number of beats allocated to each chord.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description adds significant context beyond the destructiveHint annotation, detailing exact destructive behavior: 'creates a clip when the slot is empty; otherwise resizes its loop and replaces every existing note'. This fully discloses the tool's impact.

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 concise, with a clear first sentence defining purpose and a well-structured second paragraph covering behavior, prerequisites, format, and alternatives. No superfluous content.

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

Completeness5/5

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

Given the presence of an output schema (making return value documentation unnecessary), the description covers all essential aspects: purpose, destructive behavior, prerequisites, input format, and alternatives. It's fully complete for the tool's complexity.

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?

With 100% schema coverage, the description still adds value by explaining chord symbol format and listing supported qualities, which is domain-specific guidance not present in the schema. This goes beyond the baseline of 3.

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 verb 'Generate voiced chords and write them into one Session-view MIDI clip', specifying the resource and action. It distinguishes from siblings like add_notes_to_clip and edit_notes by giving explicit alternatives.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool (generating chord progressions) and when not to, referencing specific alternatives ('Use add_notes_to_clip for exact notes or edit_notes to preserve existing ones'). It also notes a prerequisite: 'The track must accept MIDI'.

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