Skip to main content
Glama

razor_at

Cut tracks in the active Premiere sequence at specified times, adding razor cuts without removing content. Supports all, video, audio, or single-track scope for targeted editing.

Instructions

Cut tracks in the active sequence at each provided sequence-time (in seconds). Produces no content removal — just adds cut boundaries, the same effect as Premiere's Razor tool (Ctrl+K) applied at each point. Reversible with Ctrl+Z in Premiere. Requires the CEP helper to be running. Optional scope selects which tracks are cut: 'all' (default — every video AND audio track), 'video' (every video track only), 'audio' (every audio track only), or 'track' (one specific track — trackType and trackIndex are then REQUIRED; they are invalid with any other scope; enforced in the handler since the schema cannot express the pairing). CAVEAT: per-track cuts (scope video/audio/track) unlink audio from video on the cut clips — Premiere's QE per-track razor behaves that way; scope 'all' cuts through everything at once. Use this when Claude needs to introduce cuts without the full Lift/Extract flow — e.g., 'cut the timeline at the 10 speaker transitions' followed by a manual review. The result always includes activeSequence {name, id} — the sequence this call actually ran against. Compare it across calls to detect the user switching sequences in Premiere mid-session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoWhich tracks to cut. Default 'all'. 'video'/'audio' cut every track of that type; 'track' cuts exactly one track (requires trackType + trackIndex).
secondsYesSequence-time positions (in seconds) at which to cut.
trackTypeNoRequired when scope='track', invalid otherwise. Type of the single track to cut.
trackIndexNoRequired when scope='track', invalid otherwise. 0-based track index (V1 = video 0, A1 = audio 0).
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and handles it very well. It discloses non-destructive behavior, reversibility via Ctrl+Z, the CEP helper requirement, the audio/video unlinking caveat for per-track cuts, and that the result always includes activeSequence for detecting mid-session sequence switches.

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 long but every sentence earns its place. It front-loads the core action, then progresses naturally through scope semantics, caveat, usage guidance, and return value. The structure is clear, scannable, and free of filler.

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?

In the absence of an output schema and annotations, this description is unusually complete. It covers prerequisites, parameter pairing constraints, side effects, a usage scenario, and the returned activeSequence field. There is little an agent needs to know to use the tool correctly that is not addressed.

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?

The schema already covers all parameters with 100% description coverage, but the description adds critical semantics beyond the schema: the default scope, the requirement that trackType and trackIndex appear only when scope='track', and the handler-enforced pairing that JSON Schema cannot express. This meaningfully aids correct invocation.

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?

States a specific verb and resource: cut tracks in the active sequence at provided times. Adds important precision by clarifying it adds cut boundaries only and produces no content removal, and the scope enumeration further separates it from all-track or split variants. An agent can understand exactly what this tool does and how it differs from similar razor-related siblings.

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?

Gives explicit usage context with a concrete example: 'cut the timeline at the 10 speaker transitions' followed by manual review, and frames it as preferable when the full Lift/Extract flow is not needed. It also notes the CEP helper prerequisite. It does not name alternatives like razor_all_tracks or define exclusion cases, so it falls short of a perfect 5.

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