Read Video Scopes
read_video_scopesInspect video signal quality by reading waveform percentiles, RGB parade, saturation, and near-black/white occupancy from a specified frame of a local video file.
Instructions
Read waveform percentiles, RGB parade percentiles, saturation, and near-black/near-white RGB occupancy from one bounded decoded local-media frame. Read-only; this is a sampled analytical proxy, not Premiere's rendered scopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_path | Yes | Existing local video file | |
| time_seconds | No | Source-relative frame time from 0 through 86400 seconds (default: 0) |
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. |