Skip to main content
Glama

split_clip

Cut every clip on a track at a specific time, like the razor tool, and get the new clip count to confirm the cut.

Instructions

Cut every clip on a track at the given time, the same as the razor tool. Returns the new clip count so you can confirm the cut landed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_typeNovideo
track_indexYesZero based track index, so V1 is 0
time_secondsYesWhere to cut
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 adds useful details: the operation applies to 'every clip on a track' and returns 'the new clip count' for confirmation. It does not mention side effects like undo or edge cases, but the provided context goes beyond the bare name.

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 with no filler. It front-loads the action and adds a brief note on the return value, making it maximally concise.

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?

The description explains what the tool does, its scope, and the return value, which is adequate given no output schema and a moderate number of parameters. It lacks edge-case handling but is otherwise complete for the tool's purpose.

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?

The schema covers 67% of parameters with descriptions (track_index and time_seconds), and track_type has an enum/default that clarifies its meaning. The tool description does not add further parameter-specific information, so it does not exceed the schema's coverage.

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 'Cut every clip on a track at the given time' which is a specific verb+resource. It also distinguishes from sibling tools like trim_clip or remove_clip by clarifying it is a split operation equivalent to the razor tool.

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

Usage Guidelines3/5

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

The description provides an analogy to the razor tool but does not explicitly state when to use this tool versus alternatives like trim_clip or remove_clip. There is no mention of exclusions or preferred scenarios.

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/MarvelCollin/adobe-premiere-cc-mcp'

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