Skip to main content
Glama

set_clip_loop

Adjust a clip's loop settings: enable/disable looping, set loop start/end points, and define start/end markers by track and clip index. Only the specified attributes are updated.

Instructions

Set a clip's loop attributes (only the ones you pass are changed): looping on/off, loop_start/loop_end (beats), start_marker/end_marker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loopingNo
loop_endNo
clip_indexYes
end_markerNo
loop_startNo
track_indexYes
start_markerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the transparency burden. It usefully discloses that unspecified attributes are left untouched and that loop positions are expressed in beats. It does not discuss null behavior or marker units, but these are not critical for basic invocation.

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?

Two short sentences, front-loaded with the tool's purpose, followed by a compact parenthetical list. Every word adds value and there is no repetition of schema titles.

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 a seven-parameter tool with no annotations and no schema description coverage, the description provides enough to select and invoke it correctly by listing all tunable fields and clarifying partial updates. It omits edge-case behavior like whether markers require looping, but the output schema likely covers return values and core semantics are present.

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 description coverage is 0%, but the description names all five optional parameters and groups them conceptually (looping, loop bounds, markers). The partial-update note gives meaning to the optional/nullable schema parameters, though track_index and clip_index are left entirely to 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 uses a specific verb ('Set') plus a clear resource ('a clip's loop attributes') and enumerates the affected attributes. This makes it easy to distinguish from sibling clip mutators like set_clip_name or set_clip_color.

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 establishes clear context for when to use the tool—any time clip loop attributes need modification—and highlights partial-update semantics ('only the ones you pass are changed'). It does not name exclusions or alternatives, but no sibling tool covers loop-specific attributes.

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/verove-jordan/ableton12-mcp'

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