Skip to main content
Glama
LofiFren

ableton-mcp-lofifren

by LofiFren

add_chord_progression

Add chord progressions to existing MIDI clips in Ableton Live by specifying chord symbols, rhythm, octave, and velocity.

Instructions

Write a chord progression into an existing MIDI clip in one call.

Parameters:

  • track_index, clip_index: target clip (must already exist; use create_clip_with_notes to create the clip in the same call)

  • chords: list of chord symbols, e.g. ["Cm", "Fm", "G7", "Cm"] or ["Fmaj7", "Em7", "Dm7", "Cmaj7"]

  • rhythm: how long each chord lasts — "whole" (4 beats), "half", "quarter", "eighth", "sixteenth"

  • octave: middle octave for the chord roots (4 = middle C area)

  • velocity: 0-127 MIDI velocity for every note

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes
clip_indexYes
chordsYes
rhythmNowhole
octaveNo
velocityNo
Behavior2/5

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

No annotations provided, and the description does not disclose whether the tool overwrites existing notes, what happens if the clip doesn't exist, or any error behavior. It only states it writes chords into the clip, leaving behavioral expectations unclear.

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 and well-structured: a one-line purpose followed by a clear bullet list of parameters. Every sentence adds value with no redundancy or fluff.

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 the tool's 6 parameters and no output schema, the description covers input details well but lacks information on return value, error handling, and whether the operation is additive or destructive. This is adequate but leaves gaps for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description fully compensates by explaining each parameter: target clip, chords with examples (e.g., ['Cm', 'Fm', 'G7']), rhythm with possible values, and defaults for octave and velocity. This adds significant meaning beyond the schema.

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 writes a chord progression into an existing MIDI clip, with specific parameter examples like chord symbols and rhythm values. This distinguishes it from sibling tools like add_notes_to_clip, which is more general.

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 specifies that the clip must already exist and explicitly recommends using create_clip_with_notes in the same call, providing clear prerequisite guidance. However, it does not compare with alternatives like add_notes_to_clip or mention when not to use this tool.

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/LofiFren/ableton-mcp-lofifren'

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