Skip to main content
Glama

duplicate_clip_to

Copy a clip to any other track/scene slot, overwriting the destination to build variations across tracks.

Instructions

Copy a Session clip to any other track/scene slot (overwrites the destination slot). The cross-track way to build variations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dst_sceneYes
dst_trackYes
src_sceneYes
src_trackYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description explicitly mentions that the tool overwrites the destination slot, which is key behavioral information. Annotations only include destructiveHint: false, so the description adds value. However, it does not detail what exactly is copied (e.g., all clip contents) or behavior when source and destination are the same.

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 two sentences long, front-loads the action and resource, and contains no unnecessary words. It is highly concise and well-structured.

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?

Given the tool has 4 parameters, no schema descriptions, minimal annotations, and an output schema, the description provides the core behavior but lacks details like prerequisites (e.g., Session view required) or edge cases. It is adequate but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 4 integer parameters with 0% description coverage, and the description provides no explanation of them. While tool name and description hint at source/destination roles, the description does not add meaning beyond the schema, missing an opportunity to clarify parameter functions.

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 the action 'Copy a Session clip' and the resource (clip). It specifies the ability to copy to any other track/scene slot and that it overwrites the destination, which distinguishes it from sibling duplication tools like duplicate_scene or duplicate_track.

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 usage for creating variations across tracks and scenes but does not explicitly state when to avoid using it (e.g., for arranging timeline tasks) or mention alternative tools. However, the context of 'cross-track' and 'overwrites' provides reasonable 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/wstierhout/ableton-live-mcp'

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