Skip to main content
Glama
RichieMiller-HU

Ableton MCP Extended

set_track_mute

Mute or unmute a specific track by providing its index and a boolean value. Control track playback state with a single command.

Instructions

Mute or unmute a track.

Parameters:

  • track_index: The index of the track

  • mute: True to mute, False to unmute

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
muteYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description must carry full burden. Only states 'Mute or unmute a track' without specifying effects on playback, latency, or undo status. Minimal behavioral info.

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?

Extremely concise with two short sentences and a bullet list. Every element serves a purpose; no wasted words.

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?

Adequate for a simple toggle tool. Output schema is present but not shown; description need not detail returns. However, lacks interaction details (e.g., does it affect playback immediately?)

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?

Explains mute as boolean (true/false) and track_index as index, adding meaning beyond schema (which only shows types). However, does not clarify what 'index' refers to (e.g., order in track list).

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?

Clearly states verb (mute/unmute) and resource (track). Distinguishes from sibling tools like set_track_solo or set_track_volume by focusing on mute state.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. Does not specify prerequisites or context, such as whether track must exist or if playable.

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/RichieMiller-HU/ableton-mcp-extended'

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