Skip to main content
Glama

set_track_properties

Change multiple Ableton Live track properties in one call: name, volume, pan, mute, solo, arm, and color. Only included properties are updated; others remain unchanged.

Instructions

Set multiple track properties in a single call.

Only provided properties are changed; omitted ones are left unchanged.

Args: track_index: Zero-based index of the track. name: New name for the track. volume: Volume value (0.0 to 1.0). pan: Pan value (-1.0 left to 1.0 right). mute: True to mute, False to unmute. solo: True to solo, False to unsolo. arm: True to arm for recording, False to disarm. color: Ableton color palette index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
armNo
panNo
muteNo
nameNo
soloNo
colorNo
volumeNo
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the critical partial-update behavior ('Only provided properties are changed') and explains value ranges and boolean semantics. However, it does not mention error conditions, undo behavior, or return value beyond what the output schema might cover.

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 compact and front-loaded with the core purpose. The Args section is essential given the schema lacks descriptions, and every sentence adds value. No extraneous information.

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 an 8-parameter batch setter with no annotations, the description covers all parameter semantics and the key behavioral nuance. Output schema exists but is not visible, so return value is not explained. Could mention prerequisite like 'track must exist' but the schema already requires track_index.

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 descriptions are absent (0% coverage), but the description provides meaningful semantics for all 8 parameters: zero-based index, value ranges for volume and pan, boolean meanings, and color as a palette index. This fully compensates for the schema gap.

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 'Set multiple track properties in a single call' with a specific verb and resource. It distinguishes from sibling tools like set_track_volume or set_track_name by emphasizing the batch capability.

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 implies use when setting multiple properties at once ('in a single call') but does not explicitly contrast with individual setter tools. It gives clear behavior for partial updates but lacks an explicit 'when not to use' statement.

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/alaarab/livemcp'

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