Skip to main content
Glama

export_sequence

Render the active Premiere sequence to a video file using Premiere's built-in encoder, without requiring Adobe Media Encoder. The output file is verified on disk before success is reported.

Instructions

Render the active sequence to a file using Premiere's own encoder; Adobe Media Encoder is not required. Long running, so raise timeout_ms for big sequences. The output file is confirmed on disk before this reports success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeout_msNoDefault 10 minutes
output_pathYesAbsolute output path, e.g. C:/Users/me/Videos/cut.mp4
preset_pathYesAbsolute path to an .epr preset, from list_export_presets
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral aspects: encoder choice, long-running nature, and success only after file confirmation. This goes beyond minimal requirements, though it doesn't mention side effects or permissions.

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?

Three sentences, each delivering distinct value: the action, the performance caveat, and the success guarantee. No unnecessary words or repetition.

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

Completeness5/5

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

For an export tool with no output schema, the description is complete: it explains purpose, execution time, timeout requirement, and success condition. No additional information is necessary for an agent to invoke it correctly.

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 baseline is 3. The description adds meaningful guidance on timeout_ms ('raise timeout_ms for big sequences') and clarifies output_path validation ('output file is confirmed on disk'), enhancing parameter understanding beyond schema definitions.

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 'Render the active sequence to a file', using a specific verb and resource. It distinguishes itself from siblings like export_frame and save_project by specifying sequence-level rendering.

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?

Provides context that it uses Premiere's own encoder and that it is long-running, with advice to raise timeout_ms for large sequences. While it doesn't explicitly name alternative tools to use instead, the context sufficiently guides when to use this tool.

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/MarvelCollin/adobe-premiere-cc-mcp'

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