Manage Proxies
manage_proxiesCreate, attach, or toggle proxies for Premiere Pro project items. Creation requests encoding via Adobe Media Encoder, then attach the rendered proxy using the output path.
Instructions
Create, attach, or toggle proxies for a project item. Note: 'create' only requests a proxy encode from Adobe Media Encoder and returns an unverified handoff. Independently verify the AME queue or output file before calling this tool again with action 'attach' and proxy_path set to the output_path you passed here. There is no single-call create-and-attach in Premiere's ExtendScript API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on proxies | |
| item_id | Yes | Node ID or name of the project item | |
| proxy_path | No | Path to an existing proxy file (required for 'attach') | |
| output_path | No | Full output path for the proxy to be rendered to (required for 'create') | |
| preset_path | No | Path to a proxy ingest preset (.epr) for 'create'. If omitted, the first preset found in Premiere's IngestPresets/Proxy folder is used. |
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. |