Skip to main content
Glama

duplicate_clip

Duplicate a clip on the timeline to reuse footage without copying manually, with an optional offset in seconds to control the new clip's position.

Instructions

Duplicates a clip on the timeline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clipIdYesThe ID of the clip to duplicate
offsetNoTime offset in seconds for the duplicate (default: places immediately after original)
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only states that a clip is duplicated; it does not mention whether the original is preserved (though implied), where the duplicate appears beyond the schema's offset default, whether the clip is selected afterward, or any undo/selection side effects. It provides no behavioral context beyond the minimal action.

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?

A single concise, front-loaded sentence with no filler. Every word contributes to the tool's core 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?

For a simple two-parameter tool with complete schema coverage, the description plus schema is nearly sufficient to invoke it correctly. However, there is no mention of return values, side effects, or preconditions, and with no annotations the description alone leaves an agent slightly under-informed about the operational context.

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

Parameters3/5

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

Schema description coverage is 100%, so the input schema already documents clipId and offset, including the default placement after the original. The description adds no parameter-level semantics, but the high-coverage schema carries that burden, so baseline 3 applies.

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 and object ('Duplicates a clip') and anchors it to a resource ('on the timeline'), which clearly distinguishes it from sibling tools like duplicate_sequence and consolidate_duplicates. Even without a title, an agent knows exactly what this tool does.

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 is given on when to choose this tool over alternatives such as duplicate_sequence, consolidate_duplicates, or copy-based operations. The context is implied by the name and description, but no explicit when/when-not conditions are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/tro2789/scout-premiere-mcp'

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