Add To Render Queue
add_to_render_queueAdd the active sequence to Adobe Media Encoder's render queue using an output path and optional preset, then verify the queued job independently.
Instructions
Request an Adobe Media Encoder render-queue handoff for the active sequence. Verify queue presence or the output file independently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Full output file path | |
| preset_path | No | Path to an AME preset file (.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. |