Skip to main content
Glama

detect_scene_edits

Detect scene changes in a Premiere Pro sequence and apply cuts or create markers at edit points, enabling quick navigation and editing.

Instructions

Detects scene changes in selected clips and optionally adds cuts or markers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoAction to take at detected edit points
sequenceIdYesThe ID of the sequence
sensitivityNoDetection sensitivity (e.g., "Low", "Medium", "High")
allowUnsafeSynchronousNoActually invoke Premiere scene detection synchronously; can block CEP for a long time
applyCutsToLinkedAudioNoWhether to apply cuts to linked audio
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must disclose behavior on its own. It mentions optional cuts or markers, but does not warn about potential blocking, synchronous execution, the async/sync behavior referenced by allowUnsafeSynchronous, effects on the timeline, or whether detection without an action is read-only. This leaves significant behavioral risk undisclosed.

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?

A single, front-loaded sentence communicates the core operation without wasted words. However, it is slightly under-specified for the tool's complexity, which prevents a full 5.

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

Completeness2/5

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

Given no output schema, no annotations, and a 5-parameter tool, the description is incomplete. It does not explain what the tool returns, whether it blocks, what happens with no selected clips, or whether markers/cuts replace or append to existing content. The agent is left to infer critical invocation behavior.

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 baseline applies. The description adds little beyond the schema, though the phrase 'optionally adds cuts or markers' loosely maps to the action enum and offers some semantic reinforcement. No parameter details or formats are added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states a specific action (detects scene changes) on a specific resource (selected clips) with an optional outcome (cuts or markers). This is clear and distinct from silence detection, though it doesn't explicitly differentiate itself from the similarly named 'scene_edit_detection' sibling.

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 about when to use this tool versus alternatives. The description implies usage when scene changes are needed, but it never states prerequisites (e.g., clips must be selected) or when to prefer the sibling scene_edit_detection tool.

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