Skip to main content
Glama

validate_project_for_export

Audit the active or selected Premiere Pro sequence for export readiness, checking offline media, missing export settings, timeline gaps, markers, and track state to prevent export failures.

Instructions

Runs a non-destructive export readiness audit for the active or requested sequence. Checks timeline content, offline media, missing export preset/output folder inputs, gaps, markers, and basic audio/video track state before an agent queues an export.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkGapsNoWhen true, timeline gaps are reported as warnings. Defaults to true.
outputPathNoOptional intended export output path. When provided, the parent folder is checked.
presetPathNoOptional Adobe Media Encoder .epr preset path. When provided, the file is checked.
sequenceIdNoOptional sequence ID to validate. Defaults to the active sequence.
requireNonEmptyTimelineNoWhen true, an empty timeline is an error. Defaults to true.
Behavior4/5

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

With no annotations, the description carries the full burden. It explicitly discloses the tool is non-destructive and enumerates what it checks. This is meaningful behavioral context, though it stops short of detailing return type or error behavior, which would be useful for agents.

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 with no redundancy. The first sentence gives the core purpose, and the second efficiently lists the audit categories. Every syllable earns its place.

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?

The description provides a solid overview of scope and checks, but does not specify what the tool returns (e.g., boolean, list of issues, or throws errors). Since there is no output schema, this omission is a notable gap for agents to interpret results. Otherwise, it is reasonably complete given the moderate complexity.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by mapping outputPath/presetPath to 'missing export preset/output folder inputs' and sequenceId to 'active or requested sequence,' enriching the schema's semantic meaning beyond simple field descriptions.

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 defines the tool as a non-destructive export readiness audit, with a specific verb ('Runs') and resource (project/sequence). It lists concrete checks (timeline content, offline media, gaps, markers, etc.) and distinguishes itself from sibling export/encode tools by focusing on pre-flight validation.

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 explicitly states its usage context: 'before an agent queues an export.' This gives clear when-to-use guidance. It does not explicitly name alternative tools or exclusion cases, but the context is intuitive given the tool's name and sibling export functions.

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/hetpatel-11/Adobe_Premiere_Pro_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server