Detect Scene Edits
detect_scene_editsDetect 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
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | How Premiere should materialize detected edits on the current native selection. | |
| operation_id | No | Optional idempotency key sent to the UXP bridge. | |
| confirm_non_undoable | Yes | Must be true because the host operation mutates the project and is not claimed undoable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |