Skip to main content
Glama

Cut range

cut_range

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Remove ONE source-time range from the current keep set (a local edit — the rest of the edit is untouched). Creates a new EDL version. snap_to_words:true keeps neighbouring words whole. SOURCE seconds of the main video ONLY — when the user gives times of the EDITED video ('cut 12-15 of the video'), or the span sits inside an inserted clip, use cut_output_range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYes
startYes
project_idYesRequired immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess.
snap_to_wordsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Despite annotations (readOnlyHint=false), the description adds substantial context beyond them: project-scoping ('PROJECT-SCOPED: this call acts only on the explicit project_id'), the side-effect boundary ('a local edit — the rest of the edit is untouched'), the state change ('Creates a new EDL version'), and the return format ('returns the project identity with its result'). No contradiction with annotations.

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?

Dense and front-loaded — the critical scoping constraint leads, followed by the operation, side-effect boundary, snap behavior, and sibling routing. Every sentence carries information with no filler, though it packs multiple clauses into long sentences that could be split for readability.

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

Completeness5/5

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

For a mutation tool with no output schema, the description covers everything an agent needs: scope, one-operation behavior, side-effect guarantee, EDL versioning, snap semantics, return value, and the source-vs-output routing rule. Nothing required to call it correctly is missing.

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 only 25%, so the description must compensate and does: it clarifies that start/end are SOURCE-seconds of the main video (resolving the timeline ambiguity), and explains snap_to_words ('keeps neighbouring words whole'). project_id is already well-described in the schema, and the description reinforces the explicit-scope requirement. Minor gap: snap_to_words is explained but its default is not stated.

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 says 'Remove ONE source-time range from the current keep set' — a specific verb (remove), resource (source-time range in keep set), and operation scope. It explicitly names cut_output_range as the sibling it is not, telling the agent apart from the edited-output sibling without opening either schema. This is precise and unambiguous.

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

Usage Guidelines5/5

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

It gives explicit when/when-not guidance: 'SOURCE seconds of the main video ONLY — when the user gives times of the EDITED video... use cut_output_range.' It names the specific alternative and the exact condition that selects it, which is the gold standard for usage routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.