Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Create Editorial Context Pack

create_editorial_context_pack
Read-onlyIdempotent

Create a compact Markdown reading view from local transcripts, shots, audio, notes, sources, or timeline context for an editorial question. Returns stable evidence IDs without modifying the project.

Instructions

Create a compact Markdown reading view from already captured local transcript, shot, audio, note, source, or timeline context. It returns stable evidence IDs and context revisions for review, never calls an AI/provider or Premiere, and cannot change the project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindsNoOptional context-kind filter. Omit to retrieve all matching local evidence.
intentYesThe editorial question used to retrieve and compact local evidence.
project_idYesProject context ID returned by manage_project_context capture.
max_entriesNoMaximum matching evidence entries to include.
sequence_idNoOptional exact sequence ID filter.
max_charactersNoStrict maximum length of the Markdown reading view.

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.

  1. Addedv1.14.9

TDQS

A4.5/5.0
Behavior5/5

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

The description adds meaningful behavior beyond the annotations: it explicitly states that the tool never calls an AI/provider or Premiere and cannot change the project, which goes beyond the generic readOnlyHint and destructiveHint flags. It also discloses the return behavior—stable evidence IDs and context revisions for review—giving the agent a clearer model of what invoking the tool will produce. No contradiction with annotations exists.

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 long with no filler. The first sentence front-loads the core purpose and inputs, and the second sentence adds safety and output behavior, all in a compact and scannable structure. Every clause earns its place.

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 rich annotation set, a full output schema, and 100% schema parameter coverage, the description covers the essential non-schema aspects: what the output is for, that it operates on local captured context, and that it has no external or mutating side effects. The tool's complexity is well addressed without requiring the description to duplicate structured metadata.

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 six parameters, including the kinds enum, intent, project_id, max_entries, sequence_id, and max_characters. The description adds no parameter-specific detail beyond mentioning the local context kinds, which merely mirrors the enum values. Baseline 3 is appropriate because the schema carries the parameter-semantics burden.

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 clearly identifies the action (create), the resource (compact Markdown reading view), and the input domain (already captured local transcript, shot, audio, note, source, or timeline context). It also distinguishes itself by explicitly stating that it returns stable evidence IDs and context revisions rather than modifying a project, which separates it from related create/plan tools. This is a specific, non-tautological purpose statement.

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 gives clear contextual guidance: the tool operates on already captured local context and produces a review-oriented Markdown view, so an agent can infer when to call it. It also states what the tool never does (calls an AI/provider or Premiere and cannot change the project), which helps rule out inappropriate uses even though it does not name alternatives explicitly. It lacks an explicit 'use X instead' statement, but the context is sufficiently clear.

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

Deploy Server

Other Tools