Validate Export Preset
validate_export_presetChecks whether an Adobe Media Encoder .epr export preset exists, then queries the active Premiere sequence to determine the output extension it produces.
Instructions
Validate that an Adobe Media Encoder .epr preset exists and ask the active Premiere sequence which output extension it produces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset_path | Yes | Full path to an Adobe Media Encoder export preset (.epr) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |