Diff Sequence Snapshots
diff_sequence_snapshotsCompare two sequence snapshots to list added, removed, moved, trimmed, retimed, enabled, or renamed clips with frame deltas and EDL timecodes. Runs locally without touching Premiere.
Instructions
Diff two sequence snapshots (from get_sequence_structure or inspect_sequence_structure_uxp) into added, removed, moved, trimmed, retimed, enabled, and renamed clip changes with frame deltas, per-track counts, and EDL-like timecode lines. Local-only; never reads or changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | Later sequence snapshot. | |
| before | Yes | Earlier sequence snapshot. | |
| frame_rate | No | Frame rate override for frame math and timecodes (1..240). Defaults to the snapshot frame rate or 30. | |
| tolerance_frames | No | Deltas of at most this many frames count as unchanged (default 0). |
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. |