Inspect Sequence Review Report
inspect_sequence_review_reportBuild a read-only sequence handoff report covering timeline structure, track gaps, disabled clips, muted tracks, marker timing, and offline-source evidence—without exposing media paths or marker comments unless opted in.
Instructions
Build one read-only sequence handoff report with timeline structure, primary-track gaps, disabled clips, muted tracks, marker timing, and offline-source evidence. Media paths are never returned; marker comments require an explicit opt-in. It does not prove rendered pixels, audio quality, caption correctness, rights, or editorial approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_markers | No | Maximum marker entries to return from the start of the sequence (default: 50, maximum: 200). | |
| sequence_id | No | Sequence name or ID. Uses the active sequence if omitted. | |
| primary_video_track | No | Video track used for gap inspection (default: 0). | |
| include_marker_comments | No | Include marker comments. Defaults to false because comments can contain private editorial notes. |
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. |