Generate Media Contact Sheet
generate_media_contact_sheetGenerate a PNG contact sheet from evenly sampled video frames. Produces a disk-verified output without modifying the source or overwriting existing files.
Instructions
Generate a new, disk-verified PNG contact sheet from evenly sampled source frames. Refuses to overwrite an existing output and does not modify Premiere or the source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Grid rows from 2 through 8 (default: 3) | |
| columns | No | Grid columns from 2 through 8 (default: 4) | |
| media_path | Yes | Existing local video file | |
| output_path | Yes | New .png output path | |
| thumbnail_width | No | Thumbnail width from 160 through 1280 pixels (default: 320) |
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. |