Skip to main content
Glama

set_track_volume

Adjust the volume of any track in an Ableton Live session by providing its track index and a volume level from 0.0 (silent) to 1.0 (unity gain).

Instructions

Set the volume of a track.

Parameters:

  • track_index: The index of the track

  • volume: Volume level from 0.0 (silent) to 1.0 (unity gain). 0.85 is Ableton's default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
volumeYes
track_indexYes
Behavior3/5

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

With no annotations, the description carries the full burden. It provides useful context about the volume scale and default (0.0 silent, 1.0 unity gain, 0.85 default), which aids understanding. However, it does not disclose whether the change is immediate, undoable, or has side effects, which is a notable gap 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 efficiently structured with a one-line purpose followed by a parameter list. Every sentence earns its place, and it is immediately clear what the tool does and what the parameters mean without 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?

For a simple setter with two parameters and no output schema, the description covers the essential semantics: purpose and parameter details. It lacks error behavior or how to obtain track indices, but these are beyond the minimal requirements for this tool type, making it fairly 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 coverage is 0%, so the description compensates well. It explains track_index as 'the index of the track' and volume with a clear range and default, making the parameters understandable. Track_index could be more specific about indexing scheme, but the volume detail is strong.

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 sets the volume of a track with a specific verb and resource. It distinguishes from sibling tools like set_master_volume and set_return_volume by explicitly targeting regular tracks, even without naming alternatives.

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?

No explicit guidance is given on when to use this tool versus alternatives such as set_master_volume or set_send_level. Usage is implied by the track resource, but there are no when-to-use or when-not-to-use conditions, making this minimally adequate.

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

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