Verify Delivery Conformance
verify_delivery_conformanceVerifies a local export against delivery specs using ffprobe and optional EBU loudness, returning pass/fail/not evaluated per check. Does not confirm Premiere render lineage or visual approval.
Instructions
Verify a local exported file against an explicit delivery contract using ffprobe and optional EBU R128 analysis. Returns pass, fail, or not_evaluated per check; it does not prove Premiere render lineage or visual approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Expected video width in pixels | |
| height | No | Expected video height in pixels | |
| frame_rate | No | Expected frames per second; rational ffprobe rates are compared numerically | |
| audio_codec | No | Expected audio codec name, such as aac or pcm_s24le | |
| output_path | Yes | Existing local delivery file | |
| target_lufs | No | Optional integrated loudness target from -100 through 0 LUFS | |
| video_codec | No | Expected video codec name, such as h264 or prores | |
| audio_channels | No | Expected audio channel count | |
| duration_seconds | No | Expected duration in seconds | |
| audio_sample_rate_hz | No | Expected audio sample rate | |
| frame_rate_tolerance | No | Allowed absolute frame-rate difference (default: 0.001) | |
| loudness_tolerance_lu | No | Allowed absolute loudness difference (default: 1 LU) | |
| maximum_true_peak_dbfs | No | Optional maximum true peak from -100 through 0 dBFS | |
| allowed_container_names | No | Allowed ffprobe demuxer-family aliases, such as mov or mp4. This cannot distinguish exact subtypes when ffprobe reports a shared alias family. | |
| duration_tolerance_seconds | No | Allowed absolute duration difference (default: 0.05) | |
| maximum_video_bitrate_kbps | No | Optional maximum selected-video-stream bitrate in kilobits per second | |
| minimum_video_bitrate_kbps | No | Optional minimum selected-video-stream bitrate in kilobits per second |
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. |