Skip to main content
Glama
zabolotniydj

Ableton MCP Extended

by zabolotniydj

set_wavetable_modulation

Set a modulation source's amount on a specific Wavetable matrix target in Ableton Live, routing LFOs, envelopes, or MIDI sources to shape the sound.

Instructions

Set one cell of Wavetable's modulation matrix.

Sources: amp_envelope, envelope_2, envelope_3, lfo_1, lfo_2, midi_note, midi_velocity, midi_mod_wheel, midi_pitch_bend, midi_channel_pressure, midi_random.

Live 11's API documented no setter for this; if this build has none the call reports that rather than failing silently.

Parameters:

  • track_index: Track number (1-based).

  • target_index: Matrix target index from get_wavetable_state.

  • source: Modulation source name.

  • value: Modulation amount.

  • device_index: Device number on the track (1-based).

  • chain_index: Chain number inside a rack (1-based, 0 = not in a rack).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
sourceYes
chain_indexNo
track_indexYes
device_indexNo
target_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

There are no annotations, so the description carries the burden of behavioral disclosure. It adds meaningful context by noting that Live 11's API documented no setter and that the call reports absence rather than failing silently. It does not discuss reversibility or exact mutation effects, but the API-availability caveat is substantial.

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 core purpose is front-loaded in a single sentence, followed by a compact source list, one relevant caveat, and a clean bulleted parameter list. Every sentence earns its place and there is no redundant repetition of schema fields.

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?

For a six-parameter tool with no annotations, the description covers the action, all parameters, valid sources, and a build-specific edge case. It is slightly incomplete regarding the exact numeric range of value and the relationship to sibling modulation tools, but overall it is a solid standalone specification.

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 schema description coverage at 0%, the description fully compensates by explaining all six parameters: 1-based indexing, defaults, chain_index 0 meaning 'not in a rack', the explicit source list, and target_index provenance from get_wavetable_state. Only the numeric range for 'value' is left unspecified.

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 specific action and resource: 'Set one cell of Wavetable's modulation matrix.' This clearly distinguishes it from sibling tools like add_wavetable_mod_target or set_wavetable_property, and the scope ('one cell') is precise.

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 gives useful prerequisites, such as 'target_index: Matrix target index from get_wavetable_state', and lists valid source names. However, it never explicitly states when to prefer this tool over add_wavetable_mod_target or set_wavetable_property, nor does it provide exclusions.

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/zabolotniydj/ableton-mcp-fixed'

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