Get Encoder Presets
get_encoder_presetsList available Adobe Media Encoder export presets, including each .epr path, to feed into export or encode workflows. Filter by format such as H.264 or ProRes to locate the right preset.
Instructions
List available Adobe Media Encoder export presets, with the .epr path of each so it can be passed to export_sequence or encode_project_item. Presets are discovered by scanning the .epr files Adobe ships on disk (Premiere's ExtendScript API exposes no preset enumeration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Filter to presets whose name or format bucket matches this (e.g. 'H.264', 'ProRes', 'Proxy'). Omit to list all. |
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. |