Skip to main content
Glama

set_clip_properties

Update Ableton Live clip properties in a single call: set name, color, mute, gain, pitch, looping, and marker positions. Only specified properties change.

Instructions

Set multiple clip properties in a single call.

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

Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. name: New name for the clip. color: Ableton color palette index. mute: True to mute (deactivate) the clip, False to unmute. gain: Gain value for audio clips. pitch_coarse: Coarse pitch transposition in semitones (-48 to 48). pitch_fine: Fine pitch transposition in cents (-50.0 to 50.0). looping: Enable or disable looping. loop_start: Loop start position in beats. loop_end: Loop end position in beats. start_marker: Start marker position in beats. end_marker: End marker position in beats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gainNo
muteNo
nameNo
colorNo
loopingNo
loop_endNo
clip_indexYes
end_markerNo
loop_startNo
pitch_fineNo
track_indexYes
pitch_coarseNo
start_markerNo

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 burden. It discloses the partial-update behavior and includes parameter ranges (e.g., pitch_coarse -48 to 48). It doesn't mention permissions or side effects, but for a setter this is reasonable coverage.

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 introductory sentence followed by a clean bullet list of parameters. Every line earns its place with no fluff or redundancy. It is front-loaded with the core purpose.

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?

With 13 parameters and no annotations, the description does a good job covering all parameter semantics and the key partial-update behavior. It doesn't address return values or clip-type applicability, but an output schema exists to cover return structure, making this adequate if slightly incomplete.

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 coverage is 0%, but the description compensates fully by explaining every parameter including units, ranges, and context (e.g., 'gain: Gain value for audio clips', 'pitch_coarse: Coarse pitch transposition in semitones'). This adds significant meaning beyond the schema's bare titles and types.

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 clip properties in a single call' with a specific verb and resource. It distinguishes itself from single-property setters like set_clip_name and set_clip_loop 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?

It explicitly states that only provided properties are changed and omitted ones are left unchanged, giving clear usage context. It doesn't name alternatives directly but implies use when multiple properties need updating at once, which is adequate guidance.

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