Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Inspect Media Streams

inspect_media_streams
Read-onlyIdempotent

Inspect local media files to get container, stream, codec, time-base, channel, and chapter metadata using ffprobe, read-only and independent of Premiere.

Instructions

Inspect a local media file with ffprobe and return container, stream, codec, time-base, channel, and chapter metadata. Read-only and independent of Premiere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
media_pathYesExisting local media file

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.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful context beyond these: it relies on ffprobe, works independent of Premiere, and enumerates the metadata categories returned. It stops short of caveats like ffprobe availability or failure behavior.

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?

The entire description is one tight, information-dense sentence that front-loads the main action and result. Every clause earns its place: the ffprobe method, the metadata fields, read-only safety, and Premiere independence.

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

Completeness5/5

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

With one fully documented parameter, an output schema present, and annotations covering the read-only/idempotent safety profile, the description covers everything an agent needs to select and invoke this tool correctly. The only minor addition would be an example path, but nothing material is missing.

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

Parameters3/5

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

Schema description coverage is 100%, with media_path described as 'Existing local media file'. The tool description adds the word 'local' and the ffprobe framing but does not meaningfully elaborate on the parameter beyond the schema. Baseline 3 applies because the schema already documents the parameter fully.

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 states a specific action — inspect a local media file via ffprobe — and lists the exact metadata returned (container, stream, codec, time-base, channel, chapter). This clearly distinguishes it from sibling inspect_* tools like inspect_cmx3600_edl or inspect_dom_object, which target different resources.

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

Usage Guidelines4/5

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

The phrase 'local media file' and 'independent of Premiere' establish a clear context for when to use this tool versus project-state inspection tools. However, it does not explicitly name alternative tools or state when not to use it, which prevents a 5.

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