Skip to main content
Glama

Cut a range of the finished edit

cut_output_range

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Cut a span of the ASSEMBLED program — OUTPUT seconds, the clock the viewer and the scene map use — no matter what plays there. Kept footage under the span is cut in source time; an inserted clip it crosses is SPLIT around it (or removed when fully covered); one version write, everything re-anchored. THE tool for 'cut 12-15 of the video' / 'cut that part of the second scene' — never answer that cutting inside an insert is impossible, and never fake it with set_insert_window (that changes WHICH part plays, it cannot remove a middle). One range per call; batch several calls for several ranges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo
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.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations are all false, so the description carries the full burden. It discloses that the call is project-scoped, that it splits inserts it crosses, removes footage fully covered, and re-anchors everything in one version write. This goes well beyond the minimal annotations and gives the agent a precise mental model of the operation.

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?

The description is long but every sentence adds value: scope, behavior, insert handling, use cases, and warnings. It is front-loaded with the project-scoped note and structured logically. It could be slightly tighter but remains efficient.

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 complex operation with no output schema, the description covers the essential aspects: what it does, how it handles overlapping inserts, when to use it, and what it returns (project identity). It even addresses a common misconception (that cutting inside an insert is impossible). Nothing critical is missing.

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

Parameters5/5

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

With only 33% schema coverage, the description compensates by explaining that start and end are in OUTPUT seconds and that the range applies to the assembled program. It also clarifies project_id is required and immutable, and that one range per call is allowed. This adds meaning the schema lacks.

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 it cuts a span of the ASSEMBLED program in OUTPUT seconds, distinguishing from source-time cuts and explicitly contrasting with set_insert_window. The verb 'cut' and resource 'output range' are specific, and the mention of 'the clock the viewer and the scene map use' adds precision.

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 explicitly names the alternative set_insert_window and explains why it is inappropriate ('that changes WHICH part plays, it cannot remove a middle'). It also provides example user requests ('cut 12-15 of the video') and advises batching multiple calls for multiple ranges, leaving no ambiguity about when to use it.

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.