Skip to main content
Glama

set_clip_audio

Set gain, pitch, warping, and warp mode for an audio clip in Ableton Live. Specify track and clip indices to adjust these properties.

Instructions

Set audio-clip properties. gain 0-1, pitch_coarse semitones (-48..48), pitch_fine cents, warping on/off, warp_mode 0=Beats 1=Tones 2=Texture 3=Re-Pitch 4=Complex 6=Complex Pro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gainNo
warpingNo
warp_modeNo
clip_indexYes
pitch_fineNo
track_indexYes
pitch_coarseNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations only provide destructiveHint: false, indicating safety. The description adds valid ranges for parameters (e.g., gain 0-1, pitch_coarse -48..48) but does not disclose side effects, error behavior, or permissions. Sufficient for a simple setter but minimal extra context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One efficient sentence listing properties with ranges. No fluff, but could benefit from structuring as a list for readability. Front-loaded with the primary purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 7 parameters, output schema exists, and the description covers most parameter semantics. However, it does not mention output, error conditions, or parameter interactions (e.g., effect of setting warp_mode when warping is false). Adequate but not exhaustive.

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 carries the burden. It explains gain range, pitch units, warping boolean, and warp_mode enumeration values. Missing only track_index and clip_index, which are self-explanatory. Adds significant meaning beyond the schema.

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 audio-clip properties' and enumerates specific audio parameters (gain, pitch, warping, warp_mode), distinguishing it from siblings like set_clip_color or set_clip_name.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like set_clip_loop or set_clip_trigger_quantization. The description assumes the agent knows to use it for audio clip settings, but no explicit context or exclusions.

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

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