Inspect Edit Readiness
inspect_edit_readinessAudit the active sequence for empty timelines, primary-track gaps, disabled clips, muted tracks, and excessive Motion scale. Catch structural issues before export.
Instructions
Audit the active sequence in one read-only bridge request for empty timelines, primary-track gaps, disabled clips, muted tracks, and excessive Motion scale. Structural diagnostics only; it cannot judge story, framing, sound, or final delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primary_video_track | No | Video track used for gap inspection (default: 0) | |
| gap_tolerance_seconds | No | Ignore smaller gaps caused by time rounding (default: 0.001) | |
| maximum_scale_percent | No | Warn above this Motion scale percentage (default: 110) |
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. |