Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Detect Scene Edits

detect_scene_edits

Detect scene changes in Premiere Pro and materialize them as cuts, markers, or subclips after user confirms the non-undoable operation.

Instructions

Safe scene-edit facade. It uses the authenticated Premiere UXP bridge when connected and explicitly confirmed; CEP fallback is intentionally withheld because synchronous scene detection can block the panel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesHow Premiere should materialize detected edits on the current native selection.
operation_idNoOptional idempotency key sent to the UXP bridge.
confirm_non_undoableYesMust be true because the host operation mutates the project and is not claimed undoable.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesWhether the tool completed successfully.
dataNoTool-specific result data when ok is true.
toolYesThe registered MCP tool name.
errorNoFailure detail when ok is false.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.14.4

TDQS

B3.2/5.0
Behavior4/5

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

It adds useful behavioral context beyond the annotations: authenticated UXP bridge dependency, explicit confirmation requirement, and intentional withholding of CEP fallback due to panel-blocking risk. It does not describe failure behavior when no connection exists, but the schema and annotations already signal mutation and non-undoability.

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?

Two concise sentences with no filler; the key qualifier 'Safe scene-edit facade' is front-loaded, and the implementation rationale follows immediately. Every sentence adds operational information.

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

Completeness3/5

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

Given the fully covered schema and presence of an output schema, invocation details are mostly handled outside the description. However, the description leaves the core purpose implicit and offers no routing guidance against scene_edit_detection or detect_source_scene_changes, so an agent cannot confidently select this tool from context alone.

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 input schema fully documents mode, operation_id, and confirm_non_undoable; the description adds no parameter-specific detail. This is the appropriate baseline when the schema carries the semantic load.

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

Purpose3/5

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

The description calls the tool a 'Safe scene-edit facade' and mentions 'scene detection,' so the general purpose is inferable, but it never explicitly states the core action: detecting scene edits and materializing them as cuts, markers, or subclips. It also does not differentiate this tool from siblings like scene_edit_detection or detect_source_scene_changes.

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?

The description gives an operating precondition—'uses the authenticated Premiere UXP bridge when connected and explicitly confirmed'—and explains why CEP fallback is withheld. However, it does not tell the agent when to prefer this over alternative scene-detection tools or what to do when the bridge is unavailable.

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/leancoderkavy/premiere-pro-mcp'

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