Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Generate Media Contact Sheet

generate_media_contact_sheet

Generate 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

TableJSON Schema
NameRequiredDescriptionDefault
rowsNoGrid rows from 2 through 8 (default: 3)
columnsNoGrid columns from 2 through 8 (default: 4)
media_pathYesExisting local video file
output_pathYesNew .png output path
thumbnail_widthNoThumbnail width from 160 through 1280 pixels (default: 320)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesWhether the tool completed successfully.
dataNoTool-specific result data when ok is true.
toolYesThe registered MCP tool name.
errorNoFailure detail when ok is false.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.14.4

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds meaningful behavioral context beyond the annotations: it refuses to overwrite an existing output, performs disk verification, and does not modify Premiere or the source. This clarifies the tool's non-destructive but file-writing nature, with no contradiction against the provided annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, both dense with useful information: core action, output type, sampling strategy, overwrite behavior, and side-effect guarantee. There is no filler or repetition of schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is largely sufficient: it covers required inputs, output type, sampling behavior, and side-effect safety, while the full schema and output schema cover parameter details and return structure. It does not describe failure modes or whether Premiere must be open, but those gaps are minor given the support from structured metadata.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents all five parameters with descriptions, so the baseline is 3. The description adds extra semantic value by indicating that output_path must point to a non-existent file (refuses to overwrite) and that frames are evenly sampled from the source, which helps understand how rows/columns relate to the output.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb+resource pair: it generates a disk-verified PNG contact sheet from evenly sampled source frames. It also distinguishes itself from single-frame exports by emphasizing the contact-sheet output and explicitly stating that it does not modify Premiere or the source.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is implied clearly: call this when you want a contact sheet of sampled frames from a local video file. However, the description does not name alternatives or provide explicit when-to-use/when-not-to-use routing, aside from the overwrite refusal.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leancoderkavy/premiere-pro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server