Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Plan Emphasis Zoom Keyframes

plan_emphasis_zoom_keyframes
Read-onlyIdempotent

Plan punch-in zoom keyframes from a word timeline or custom triggers. Applies cooldown, easing, and hold controls, then returns Motion Scale and anchored Position keyframes for Premiere.

Instructions

Plan CapCut-style punch-in zoom keyframes (Motion Scale + subject-anchored Position) from a word timeline or supplied trigger times, with cooldown, easing, and hold controls. Local-only and deterministic; returns a keyframe plan for automate_effect_parameters_uxp or add_keyframe and never changes Premiere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frameNoSequence frame size in pixels; defaults to 1080x1920.
triggerNoTrigger mode. Defaults to sentence_start with word_timeline and supplied with trigger_seconds.
alternateNoWhen true, triggers alternate between a punch-in that stays zoomed and a punch-out back to base instead of every trigger zooming and returning.
max_zoomsNoMaximum accepted zoom events; defaults to 120.
base_scaleNoResting Motion Scale percent; defaults to 100.
frame_rateNoSequence frame rate used to snap keyframe times; defaults to 30.
zoom_scaleNoPeak Motion Scale percent for each punch-in; defaults to 112 and must exceed base_scale.
hold_secondsNoSeconds to hold the zoomed scale before easing out; defaults to 1.2.
subject_pointNoNormalized (0..1) subject location the zoom should stay anchored on; defaults to x 0.5, y 0.4 for talking heads.
word_timelineNoCaller-supplied word-timed transcript for one Premiere source item. Words must be ordered by start time and bound to the transcript revision returned by get_clip_transcript_uxp.
ease_in_framesNoFrames to ramp from base to zoom (0 = instant cut zoom); defaults to 3.
emphasis_wordsNoWords or short phrases that trigger a zoom in emphasis_words mode (case and punctuation insensitive).
ease_out_framesNoFrames to ramp back to base (0 = instant); defaults to 6.
every_n_secondsNoTrigger interval for every_n_seconds mode, measured from the start of the word timeline.
trigger_secondsNoClip-relative trigger times in seconds; use instead of word_timeline (exactly one is required).
cooldown_secondsNoMinimum spacing between accepted triggers; closer triggers are dropped with a warning. Defaults to 2.5.
clip_start_secondsNoTimeline offset of the clip; added to produce timeline_seconds on every keyframe. Defaults to 0.

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.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, so the bar is lower. The description adds genuine value by stating it is 'Local-only and deterministic', that it returns a plan rather than applying changes, and explicitly that it 'never changes Premiere' — all consistent with the annotations. It does not cover edge-case behaviors like trigger dropping, but those are documented in the schema, so the added context is sufficient.

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 dense sentences with zero filler: the first front-loads the verb and resource while enumerating inputs and controls, and the second delivers the behavioral guarantees and downstream consumers. Every clause earns its place, and the description wisely leaves parameter minutiae to the 100%-covered schema.

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 17-parameter tool with nested objects, the combination of annotations (read-only, idempotent, non-destructive) and an output schema relieves the description of explaining return values. The description covers what the tool produces, its input modes, its safety profile, and how its output is consumed. Nothing an agent needs to decide whether and how to call it correctly 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%, so the baseline is 3; the schema's per-parameter descriptions already document defaults, bounds, and relationships (e.g., zoom_scale must exceed base_scale). The description adds only a high-level grouping of 'cooldown, easing, and hold controls' and the two input modes, which is useful orientation but not additional semantic detail. With 17 parameters fully covered in the schema, no compensation is needed.

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: 'Plan CapCut-style punch-in zoom keyframes (Motion Scale + subject-anchored Position)', which is unique among the large sibling list. It further specifies the input sources ('word timeline or supplied trigger times'), the configurable controls ('cooldown, easing, and hold'), and the downstream consumers ('automate_effect_parameters_uxp or add_keyframe'), making it fully distinguishable from every other plan_* sibling.

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 context that this is a planning step whose output feeds automate_effect_parameters_uxp or add_keyframe, and that it is 'Local-only and deterministic' and 'never changes Premiere', signaling it is safe to run as a preview before any application step. However, it does not explicitly name an alternative tool and state the condition for choosing it over that alternative (when-not-to-use guidance), which keeps it slightly below the strongest examples.

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