Skip to main content
Glama
zabolotniydj

Ableton MCP Extended

by zabolotniydj

load_instrument_or_effect

Load any instrument or effect onto a specific track by providing its URI and track index, enabling quick setup of devices in Ableton Live.

Instructions

Load an instrument or effect onto a track using its URI.

Parameters:

  • track_index: Track number (1-based).

  • uri: The URI of the instrument or effect to load (e.g., 'query:Synths#Instrument%20Rack:Bass:FileId_5116').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It does not disclose side effects, such as whether the track's existing devices are replaced or if the load fails, nor does it describe how errors are reported. It only states what it does, which is minimal transparency for a mutation tool.

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 to the point. It starts with a clear one-sentence summary, then lists parameters with brief explanations and an example. No redundant or filler content.

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?

The tool is relatively simple with only two parameters and an output schema present (has output schema: true). However, the description does not explain what the output schema entails, nor does it mention potential failure conditions or how to obtain valid URIs. It lacks guidance on prerequisites or typical usage flow, which could be helpful.

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 coverage is 0%, but the description explicitly explains both parameters: track_index as 1-based track number and uri with an example format. This adds critical meaning beyond the raw schema, which only provides names and types. The example URI clarifies the expected format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Load an instrument or effect onto a track using its URI.' It specifies the action (load), the object (instrument/effect), and the target (a track). It distinguishes from siblings like 'load_external_plugin' and 'load_drum_kit' by generically handling instrument/effect URIs, though it doesn't explicitly differentiate from them.

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 implies usage context: it is for loading instruments or effects onto tracks using URI, which are typically obtained from browser tools (like get_browser_tree or get_browser_items_at_path). It doesn't explicitly state when to use this tool vs. alternatives like load_external_plugin or load_drum_kit, but the phrase 'instrument or effect' gives some clarity. It lacks explicit exclusions or alternatives.

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