Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Inspect Sequence Review Report

inspect_sequence_review_report
Read-onlyIdempotent

Build a read-only sequence handoff report covering timeline structure, track gaps, disabled clips, muted tracks, marker timing, and offline-source evidence—without exposing media paths or marker comments unless opted in.

Instructions

Build one read-only sequence handoff report with timeline structure, primary-track gaps, disabled clips, muted tracks, marker timing, and offline-source evidence. Media paths are never returned; marker comments require an explicit opt-in. It does not prove rendered pixels, audio quality, caption correctness, rights, or editorial approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_markersNoMaximum marker entries to return from the start of the sequence (default: 50, maximum: 200).
sequence_idNoSequence name or ID. Uses the active sequence if omitted.
primary_video_trackNoVideo track used for gap inspection (default: 0).
include_marker_commentsNoInclude marker comments. Defaults to false because comments can contain private editorial notes.

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 indicate read-only, idempotent, non-destructive behavior. The description adds valuable behavioral context beyond annotations: media paths are never returned, marker comments require explicit opt-in, and the report stops short of proving certain quality or rights aspects. No contradiction with 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?

Three tightly packed sentences: the first lists the report contents, the second states privacy and opt-in constraints, the third states what the report does not prove. No word is wasted and the most important facts are front-loaded.

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?

Given the output schema exists, annotations carry the safety profile, and the description covers contents, privacy constraints, and false-confidence limits, the tool is well specified. An agent can decide whether to call it and what to expect without hidden surprises.

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%, so the schema already documents all four parameters well. The description reinforces the marker-comment opt-in behavior, matching include_marker_comments, but adds little new parameter-level meaning beyond the schema.

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 verb ('Build') and resource ('sequence handoff report') and enumerates the exact report contents: timeline structure, primary-track gaps, disabled clips, muted tracks, marker timing, and offline-source evidence. This precise enumeration distinguishes it from similar sibling tools like get_timeline_summary or get_offline_media.

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 description provides clear when-not-to-use boundaries by stating what the tool does not prove (rendered pixels, audio quality, caption correctness, rights, editorial approval) and what it never returns (media paths). It does not name explicit alternative tools, but the exclusions give meaningful usage guidance.

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