Skip to main content
Glama
staminna

ableton-mcp-extended

by staminna

set_track_volume

Adjust a track's volume fader to a target decibel level or raw position, supporting track, return, and master channels.

Instructions

Set a track's volume fader.

Prefer db — Live's fader taper is non-linear, so the raw 0..1 value is not proportional to level (0.85 is 0 dB, 1.0 is +6 dB). Passing db resolves the exact fader position for that level using Live's own readout.

Parameters:

  • track_index: The index of the track (ignored when track_type is "master")

  • db: Target level in decibels, e.g. -4.0. Clamped to the fader range.

  • value: Raw fader position 0.0-1.0, as an alternative to db

  • track_type: "track" (default), "return", or "master"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dbNo
valueNo
track_typeNotrack
track_indexYes
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the non-linear taper, the reason to prefer db, that the value is clamped to the fader range, and the special-case behavior for master (ignoring track_index). This goes well beyond a generic 'set volume' statement and gives the agent concrete expectations about how the tool behaves.

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 well-structured and front-loaded: a one-sentence summary, a brief but high-value paragraph explaining the db preference, and a bullet-point parameter list. Every sentence adds relevant information, and the format makes it easy for an agent to parse both the core purpose and the parameter details.

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 essential behavior, parameter semantics, and usage guidance. It explains clamping, the master special case, and the db/value relationship. However, it does not specify what happens if both db and value are provided, nor does it mention error behavior or return values (though no output schema exists). This is a minor gap but does not hinder basic invocation.

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 description coverage is 0%, so the description must compensate. It does this thoroughly with a dedicated Parameters section that explains each parameter's meaning and usage: track_index (ignored for master), db (target level in dB, clamped), value (raw fader position alternative), and track_type (track/return/master). This adds crucial semantic context that the raw schema lacks.

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 opens with a clear, specific verb+resource: 'Set a track's volume fader.' It immediately distinguishes itself from sibling tools (e.g., set_track_panning, set_send) by naming the target resource (track volume) and the operation (set). The mention of track_type options (track, return, master) further clarifies scope.

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 provides clear usage context by advising to prefer `db` over `value` due to Live's non-linear fader taper, with a concrete example (0.85 = 0 dB, 1.0 = +6 dB). It also clarifies that track_index is ignored for master, which is an implicit exclusion. However, it does not explicitly mention when to use this tool over alternatives, though sibling tools are different enough that no conflict arises.

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

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