Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

consolidate_and_transfer

Consolidate and transfer project media to a new location for archiving or moving projects. Copy, transcode, or exclude unused clips to prepare the project.

Instructions

Consolidate, copy, or transcode project media using the Project Manager. Useful for archiving or transferring projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
destination_pathYesDestination folder path for the consolidated project
include_all_sequencesNoInclude all sequences (default: true). If false, only active sequence is used.
copy_to_new_locationNoCopy media to a new location (default: true)
exclude_unusedNoExclude unused clips (default: true)
transcodeNoTranscode media during copy (default: false)
include_preview_filesNoInclude preview/render files (default: false)
rename_mediaNoRename media to match clip names (default: false)
convert_image_sequencesNoConvert image sequences to clips (default: false)
convert_ae_compsNoConvert After Effects compositions (default: false)
convert_syntheticNoConvert synthetic importer items (default: false)
Behavior2/5

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

No annotations are provided, so the description must bear the full burden of behavioral disclosure. While it mentions using the Project Manager and lists operations (consolidate, copy, transcode), it does not disclose critical behavioral traits: whether the operation is destructive (e.g., removes source media after copy), whether it modifies the original project, or what the expected outcome is. These gaps limit transparency.

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 short sentences, directly stating the function and a use case. No unnecessary words. It is front-loaded with key verbs ('consolidate, copy, transcode') and clearly indicates the purpose. Efficient and to the point.

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

Completeness2/5

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

Given the tool's complexity (10 parameters, all booleans controlling various aspects of the operation) and no output schema, the description is too brief. It does not explain how parameters interact, the order of operations, prerequisites, or return values. The agent lacks sufficient context to use the tool correctly for non-trivial cases.

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%, with each parameter having a clear description and default value. The tool's description does not add any extra meaning beyond what the schema already provides. For a parameter set with full coverage, the baseline is 3; the description adds no additional semantic value.

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?

The description clearly states the tool's purpose: consolidate, copy, or transcode project media using the Project Manager. It also provides a use case (archiving or transferring projects). However, it does not explicitly differentiate from sibling tools like 'encode_file' or 'export_sequence', but among the long list of siblings, its unique combination of operations is implied.

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

Usage Guidelines3/5

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

The description mentions 'useful for archiving or transferring projects,' giving a hint about when to use it. But it lacks explicit guidance on when not to use it or what alternatives exist (e.g., export functions). The context is not sufficient for an agent to confidently choose this tool over similar ones.

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