Skip to main content
Glama
LofiFren

ableton-mcp-lofifren

by LofiFren

load_instrument_by_name

Searches Ableton Live's browser for an instrument by name and loads the first match onto a specified track, using an optional category filter.

Instructions

Convenience composite: search the browser by name and load the first loadable match onto the given track. Equivalent to calling search_browser then load_browser_item yourself.

Parameters:

  • track_index: where to load the instrument

  • name: substring of the instrument name (e.g. "Operator", "808 Core")

  • category: which browser category to search; defaults to "instruments"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_indexYes
nameYes
categoryNoinstruments
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains the composite nature and 'first loadable match' but omits failure behavior (e.g., no match, load failure) and side effects. This is adequate but not thorough.

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 extremely concise with two sentences and a parameter list. All information is front-loaded and necessary, with no wasted words.

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?

The description covers the composite behavior and all parameters, but lacks details on return values or error states. Given the tool's action-oriented nature and no output schema, this is reasonably complete.

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 description coverage is 0%, but the description text clearly defines each parameter's meaning, including the default for 'category'. This adds significant value beyond the raw schema, though it could be more detailed.

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 tool is a convenience composite that searches the browser by name and loads the first loadable match onto a given track. It explicitly differentiates from siblings like 'search_browser' and 'load_browser_item' by indicating it combines 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 explains the tool is a composite of two others, implying it should be used when a single step search-and-load is desired. However, it does not explicitly state when not to use it or suggest alternatives, but the context from sibling tools provides good 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/LofiFren/ableton-mcp-lofifren'

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