Skip to main content
Glama
jterrats
by jterrats

ableton_diagnose_plugins

Identifies discrepancies between installed plugins and Ableton’s database, then recommends rescanning to fix missing or duplicate entries.

Instructions

Compare plugins installed on disk against Ableton's indexed plugin/browser results and recommend rescan actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSingle plugin search term, such as Valhalla, Youlean, or Kotelnikov.
queriesNo
pluginDirectoriesNo
includeDefaultDirectoriesNo
Behavior3/5

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

The description discloses that the tool compares two sources and recommends actions, which gives some behavioral insight. However, it does not state whether it is read-only or if it triggers any rescan operations, nor does it mention permissions or error conditions. With no annotations, more detail would be beneficial.

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 a single, well-structured sentence that front-loads the action and resource. It is concise and contains no redundant information.

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 has 4 parameters and no output schema, the description is brief. It does not explain the format of the recommendations or what the output contains, which is important for a diagnostic tool. The description is adequate but not fully complete.

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

Parameters3/5

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

The input schema already provides descriptions for most parameters (query, queries, pluginDirectories), and the description does not add further meaning. Schema coverage is 25%, but the description does not compensate for the missing parameter semantics of 'includeDefaultDirectories'.

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 compares plugins on disk against Ableton's indexed plugin/browser results and recommends rescan actions. It uses a specific verb (compare, recommend) and resource (plugins, indexed results), distinguishing it from siblings like 'ableton_list_plugins' which likely only lists plugins.

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 implies usage when plugins are missing from the browser, but it does not explicitly state when to use this tool versus alternatives like 'ableton_list_plugins' or 'ableton_search_browser'. No 'when not to use' or prerequisites are mentioned.

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/jterrats/ableton-live-mcp'

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