Plan Shot Match
plan_shot_matchCompare reference and target video frames to identify waveform, parade, and saturation differences, then return coarse correction directions for planning a shot match.
Instructions
Compare two bounded local-media frame samples and return measured waveform/parade/saturation deltas plus coarse correction directions. Read-only planning only; it does not grade Premiere or claim that primaries alone can match the shots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_media_path | Yes | Existing local target video file | |
| target_time_seconds | No | Target source time from 0 through 86400 seconds (default: 0) | |
| reference_media_path | Yes | Existing local reference video file | |
| reference_time_seconds | No | Reference source 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. |