Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

add_to_timeline

Place a project item on a timeline at the chosen track and start time, then check that Premiere Pro does not create unintended fragments on the same track.

Instructions

Insert a project item at a timeline position and verify Premiere added no unexpected same-track fragments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYesNode ID or name of the project item to add
track_indexNoVideo track index (0-based, default: 0)
start_secondsNoStart time in seconds on the timeline (default: 0)
audio_track_indexNoAudio track index for the audio portion (default: 0)
Behavior4/5

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

The description reveals a nontrivial behavioral trait beyond the annotations: after inserting, the tool verifies Premiere did not create unexpected same-track fragments. This is useful internal behavioral context, although it does not say what happens if the verification fails.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence covering both the primary insertion action and the verification detail, with no redundant schema repetition. The phrasing 'unexpected same-track fragments' is slightly niche, but the overall structure is efficient and front-loaded.

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

Completeness3/5

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

With a 100%-covered schema and clear core purpose, the description is largely adequate. However, it does not clarify what an agent should expect if the verification finds unexpected fragments, whether it reports an error, or what the tool returns when successful.

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 all four parameters, so the description does not need to duplicate that information. It adds only a general connection between the timeline position and item identity, without deeper semantics beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states a clear action: insert a project item at a timeline location and verify a specific Premiere behavior afterward. The 'project item' and 'timeline position' scope differentiates it from source-monitor-based operations, but it does not explicitly name any sibling to distinguish from.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus similar timeline-editing tools such as insert_from_source, overwrite_clip, or move_clip. The description says what the tool does, but not when it should be chosen over alternatives.

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