Apply Audio Effect
apply_audio_effectApply an audio effect to a clip by name, using Premiere Pro's effect catalog to ensure the intended effect is applied.
Instructions
Apply an audio effect to a clip. Uses QE catalog lookup, with an exact-name QE probe when enumeration is empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Name of the audio effect |
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. |