Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

get_project_item_info

Get comprehensive details about any project item in Premiere Pro: media path, resolution, duration, frame rate, codec, metadata, color label, offline status, in/out points, and proxy status.

Instructions

Get detailed information about a project item (media file in the project panel): media path, resolution, duration, frame rate, codec info, metadata, color label, offline status, in/out points, and proxy status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYesNode ID or name of the project item
Behavior3/5

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

No annotations are provided, so the description carries the burden. It lists returned information but does not disclose non-obvious behaviors like read-only nature, error conditions, or performance implications. The name suggests a safe get operation, but this is not confirmed.

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 a single sentence that efficiently conveys the tool's purpose and what information it returns, with no wasted words. It front-loads the key action and provides a useful list of attributes.

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, single-parameter tool without an output schema, the description provides sufficient detail about the returned data. It covers the main expected fields, though it omits the return structure (e.g., dictionary). This is adequate given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'item_id' is described as 'Node ID or name of the project item', adding clarity beyond the schema's 'Node ID or name'. Schema coverage is 100%, so the description adds moderate value by clarifying acceptable formats.

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 states the tool retrieves detailed information about a project item, and lists the specific attributes (media path, resolution, etc.), making its purpose unambiguous. It distinguishes from similar tools like get_item_info by indicating it provides more comprehensive details.

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 implies the tool is used when all item details are needed, but does not explicitly contrast with siblings or state when not to use it. The context of sibling tools suggests it is the go-to for comprehensive item info.

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