Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Preview Mogrt Batch

preview_mogrt_batch
Read-onlyIdempotent

Preview up to 20 MOGRT recipe exports directly from a workspace-contained JSON or CSV file. Validate batch outputs without creating compositions or contacting Adobe.

Instructions

Preview up to 20 bounded MOGRT recipe exports from a workspace-contained JSON or CSV data file. It does not contact Adobe or create any compositions or files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brand_kitNoOptional validated brand-kit values applied to every batch recipe.
data_file_pathYesExisting workspace-contained .json or .csv file with recipe rows.
output_directoryYesExisting workspace-contained directory for every batch artifact.
approved_workspace_pathYesAbsolute operator-approved workspace root.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesWhether the tool completed successfully.
dataNoTool-specific result data when ok is true.
toolYesThe registered MCP tool name.
errorNoFailure detail when ok is false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.14.9

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark readOnlyHint and idempotentHint, so the description's bar is lower, but it adds concrete behavioral guarantees: no Adobe contact and no composition/file creation. It also caps the operation at 20 recipes, which is useful operational context. The only slight gap is that the required output_directory's 'artifact' wording is not reconciled with 'does not create any files.'

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 short sentences capture the operation, its input, and its side-effect profile, with the core capability front-loaded. Every clause earns its place; there is no filler or restatement of the title.

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 annotations and a rich schema, the description is mostly sufficient: it clarifies read-only behavior, boundary, and input types. It loses a point because the description's 'does not create any files' sits uneasily with the schema's output_directory description ('directory for every batch artifact'), leaving an agent uncertain whether artifacts are produced. It also provides no explicit routing to sibling preview/create tools.

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?

Input schema description coverage is 100%, so the schema already documents data_file_path, output_directory, approved_workspace_path, and brand_kit. The description adds the 'up to 20' boundary and reaffirms the JSON/CSV source, but it doesn't clarify brand_kit or output_directory beyond the schema.

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 names a specific verb ('Preview'), a precise resource ('MOGRT recipe exports'), and a concrete scope ('up to 20 bounded' from a JSON or CSV data file). It also states what it does not do ('does not contact Adobe or create any compositions or files'), which separates it from export/creation siblings like create_mogrt_batch and preview_mogrt_recipe.

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 first sentence implies the intended use case: previewing multiple MOGRT recipes from a data file. However, it never explicitly says when to choose this tool over preview_mogrt_recipe or create_mogrt_batch, nor does it mention exclusions like 'use the singular preview for one recipe'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools