Validate Project For Export
validate_project_for_exportRuns a non-mutating export readiness audit on a sequence, detecting blocking offline media, empty timelines, and invalid output or preset paths before an export is queued.
Instructions
Run a non-mutating export readiness audit for an active or named sequence. It reports blocking offline media, empty timelines, inaccessible preset/output paths, duration, and optional timeline gaps without queuing an export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_gaps | No | Report gaps on populated tracks as warnings (defaults to true). | |
| output_path | No | Optional intended delivery path; its parent folder is checked. | |
| preset_path | No | Optional .epr preset path to check. | |
| sequence_id | No | Sequence ID or name. Defaults to the active sequence. | |
| require_non_empty_timeline | No | Treat an empty sequence as a blocking error (defaults to true). |
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. |