Audit Timeline Health
audit_timeline_healthAudit a sequence snapshot for flash frames, gaps, overlaps, disabled clips, repeated shots, missing audio, and speed issues, then get a health score, timecoded findings, and fix routes.
Instructions
Audit one sequence snapshot for flash frames, gaps, overlaps, disabled clips, repeated shots, video without audio, extreme speed, invalid times, empty tracks, leading black, and trailing gaps; returns a 0..100 score, findings with timecodes, and fix routes. Local-only; never changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot | Yes | Sequence snapshot to audit. | |
| frame_rate | No | Frame rate override for frame math and timecodes (1..240). Defaults to the snapshot frame rate or 30. | |
| gap_min_frames | No | Minimum gap length in frames to report (default 1). | |
| max_speed_percent | No | Absolute speed above this percentage is flagged (default 400). | |
| expected_frame_rate | No | Optional expected frame rate; a mismatch is an error. | |
| flash_frame_max_frames | No | Clips lasting this many frames or fewer are flagged as flash frames (default 3). | |
| expected_duration_seconds | No | Optional target duration; clips past it and trailing gaps before it are flagged. |
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. |