Skip to main content
Glama
zabolotniydj

Ableton MCP Extended

by zabolotniydj

set_clip_property

Set a property (e.g., name, muted, color, pitch, loop, gain, warping) on a Session clip in Ableton Live by specifying track and clip indices.

Instructions

Set one property on a Session clip.

Writable names: name - clip name muted - True deactivates the clip (the "0" key in Live) color - clip colour as an integer pitch_coarse - Transpose in semitones pitch_fine - fine tune in cents looping - loop on/off loop_start / loop_end - Loop Position and end, in beats start_marker / end_marker - clip Start/End, in beats gain - Clip Gain (audio clips) warping - warp on/off (audio clips) warp_mode - warp algorithm (audio clips) velocity_amount - velocity-to-volume amount (MIDI clips)

Parameters:

  • track_index: Track number (1-based).

  • clip_index: Clip slot number (1-based).

  • property_name: One of the names above.

  • value: New value; type depends on the property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
clip_indexYes
track_indexYes
property_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It does explain the meaning and effect of each property (e.g., 'muted - True deactivates the clip') and notes which properties apply to audio vs MIDI clips. However, it does not mention side effects, error conditions, or whether the operation is reversible, which would be valuable for a mutating 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 long but every sentence serves a purpose. It is front-loaded with the core operation, then organizes the property list and parameters in a clear, structured format. There is no redundant wording, and the detailed property explanations are necessary given the tool's versatility.

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?

Given the tool's complexity (many properties, 4 parameters, no annotations) and the presence of an output schema, the description covers the essential semantics well. It lists all properties with meanings, parameter formats, and applicability. It lacks explicit error-handling or return-value details, but these are likely covered by the output schema and are less critical for a setter.

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?

The input schema has zero descriptions, so the description fully compensates. It specifies that track_index and clip_index are 1-based, enumerates the valid property_name values (the list of writable names), and explains that the value type depends on the property. This gives an agent complete information to construct valid calls.

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 one property on a Session clip,' which is a specific verb+resource. It enumerates the writable properties, distinguishing it from siblings like set_clip_name (which only sets the name) and set_arrangement_clip_property (which targets arrangement clips) by explicitly limiting scope to 'Session clip'.

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 context that this tool is for Session clips and lists all settable properties, so an agent can infer when to use it. It does not explicitly mention alternatives or exclusions (e.g., 'use set_clip_name for name-only changes'), but the phrase 'Session clip' and the property list implicitly differentiate it from similar tools.

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

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