Get Timeline Gaps
get_timeline_gapsFind empty gaps between clips on a Premiere Pro timeline to pinpoint missing content or tighten sequences. Analyzes video, audio, or both tracks, reporting gaps that exceed a minimum duration.
Instructions
Find all gaps (empty spaces) on the timeline between clips. Useful for identifying where content is missing or where clips can be tightened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | Which track type to analyze (default: both) | |
| sequence_id | No | Sequence name or ID. Uses active sequence if omitted. | |
| min_gap_seconds | No | Minimum gap duration in seconds to report (default: 0.04 = ~1 frame at 24fps) |
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. |