Skip to main content
Glama
LofiFren

ableton-mcp-lofifren

by LofiFren

search_browser

Find Ableton Live browser items by name. Returns up to 50 matches filtered by category, with paths and URIs for loading onto tracks.

Instructions

Search the Ableton browser by name. Walks the browser tree depth-first and returns up to 50 matches whose names contain the query (case-insensitive).

Parameters:

  • query: substring to match (e.g. "808", "Operator", "Reverb")

  • category: "all" | "instruments" | "sounds" | "drums" | "audio_effects" | "midi_effects"

Returns a list of matches with name, uri, path, and is_loadable. Pass the uri to load_browser_item to load the result onto a track.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
categoryNoall
Behavior4/5

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

No annotations provided, so description carries the burden. Discloses depth-first traversal, 50-result limit, case-insensitive search, and return fields. Lacks side-effect or authorization details, but these are not critical for a read-only search 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?

Two tightly written sentences plus a clear parameter list. Every sentence adds value; no redundancy. Front-loaded with the main action.

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?

Given no output schema, description explains return format (list with name, uri, path, is_loadable) and includes usage hint. Minor gap: order of results or sorting not specified, but overall sufficient for a search tool.

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?

Schema has 0% description coverage, but description compensates fully: explains query as substring match with examples, and lists all enumerated category values. Provides meaning well beyond the bare 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?

Clear verb+resource: 'Search the Ableton browser by name'. Distinguishes from sibling tools like get_browser_tree and get_browser_items_at_path by focusing on name-based substring search with depth-first traversal and result limit.

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?

States when to use (name-based search) and hints at next steps (pass uri to load_browser_item). Does not explicitly exclude cases or compare to alternatives, but provides sufficient context for typical use.

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