Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Preview Motion Graphics Demo

preview_motion_graphics_demo
Read-onlyIdempotent

Preview a motion-graphics demo assembly from existing project items on an empty destination sequence to check transitions and timing before altering the project.

Instructions

Preview a contained motion-graphics demo assembly from existing project items. It never creates demo assets, imports files, creates a sequence, or changes Premiere; apply requires an exact confirmation token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sequence_idYesExact ID of an existing empty destination sequence. It must be active at apply time.
asset_item_idsYesExact existing project-item node IDs in playback order; external media paths are deliberately not imported by this workflow.
transition_nameNoTransition name; defaults to Cross Dissolve. Use none to disable transitions.
audio_track_indexNoEmpty destination audio track index, default 0.
video_track_indexNoEmpty destination video track index, default 0.
clip_duration_secondsNoPlanned spacing between asset starts; defaults to 5 seconds for a motion demo and 4 seconds for spots.
transition_duration_secondsNoTransition duration, default 0.75 seconds for demos and 0.5 seconds for spots.

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

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this by enumerating what it does not do: 'never creates demo assets, imports files, creates a sequence, or changes Premiere.' This adds specific behavioral boundaries beyond the generic hints, plus the note that apply needs a confirmation token. 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?

Two sentences: the first fronts the core capability, the second packs all necessary exclusions and the apply-token caveat. No filler or redundant restating of the name/title.

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

Completeness4/5

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

For a read-only preview tool with full schema documentation, an output schema, and safety annotations, the description provides enough context: it identifies the workflow stage (preview vs apply), the side-effect boundary, and the source of assets. Minor gap: it doesn't explicitly spell out what 'preview' produces (e.g., whether it plays in a monitor or writes a temporary file), but the output schema likely covers the return structure, so this is not a critical omission.

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 itself documents all 7 parameters including defaults and notes like 'existing project-item node IDs' and 'empty destination sequence.' The description adds only a high-level constraint ('from existing project items,' 'never imports files') that is already implied by the schema, so it adds minimal semantic value beyond the structured fields.

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 opens with 'Preview a contained motion-graphics demo assembly from existing project items,' giving a specific verb, resource, and scope. It distinguishes itself from sibling preview/apply tools by explicitly stating it 'never creates demo assets, imports files, creates a sequence, or changes Premiere' and mentions the apply confirmation token. This makes the tool's purpose unmistakable.

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 clearly frames this as a no-side-effect preview path and notes that 'apply requires an exact confirmation token,' signaling that a separate apply step is needed to commit changes. However, it doesn't explicitly name alternative preview siblings (e.g., preview_product_spot) or list conditions such as 'use when reviewing a motion graphics demo without mutating the project,' so guidance is clear but not exhaustive.

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