Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Read Sequence Captions

read_sequence_captions
Read-onlyIdempotent

Check a Premiere Pro sequence for readable caption tracks, distinguishing missing captions from hosts that can create but not read caption tracks.

Instructions

Diagnose whether the active Premiere scripting host can enumerate caption tracks. It never treats an empty result as proof that the sequence has no captions, because most CEP builds expose caption creation but not caption reads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sequence_idNoSequence ID or name. Defaults to the active sequence.

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
Behavior5/5

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

The description adds a crucial behavioral caveat beyond the annotations: it never treats an empty result as proof that the sequence has no captions, because most CEP builds expose caption creation but not caption reads. This explains potential false negatives and platform-specific behavior, which annotations like readOnlyHint and idempotentHint do not convey.

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 description is two sentences with no filler. The primary purpose is front-loaded, and the important caveat about empty results follows immediately. Every sentence adds distinct value.

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?

For a tool with one optional parameter, strong annotations, and an output schema, the description covers the essential behavioral nuance and purpose. Nothing needed to invoke the tool correctly is missing; the output schema presumably handles return-value details.

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?

The input schema has 100% description coverage for the single optional parameter, documenting that sequence_id is a sequence ID or name and defaults to the active sequence. The description itself adds no parameter-level detail, so the baseline of 3 applies: the schema carries the load and the description does not need to repeat it.

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 and resource: it diagnoses whether the active Premiere scripting host can enumerate caption tracks. It goes beyond the title by clarifying that the tool is a capability diagnostic rather than a simple read operation. This distinguishes it from siblings like create_caption_track even without naming alternatives.

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 purpose implies that this tool should be used when you need to determine whether caption enumeration is supported, but it does not explicitly state when to use it versus alternatives or when not to use it. There are no exclusions or alternative tool references, so usage guidance is only implicit.

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