Plan Word Mute Ranges
plan_word_mute_rangesPlan mute or bleep ranges for listed words in a transcript, returning frame-snapped ranges, ready-to-apply audio keyframes, and tone placements while leaving the Premiere project unchanged.
Instructions
Plan mute or bleep ranges for listed words/phrases in a word timeline. Returns redacted, frame-snapped mute ranges, ready-to-apply audio keyframes and (for bleep) tone placements. Local-only; never changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | mute ducks the dialogue only; bleep also emits tone placements. Defaults to mute. | |
| words | Yes | Exact words or phrases to mute, matched as consecutive normalized tokens. | |
| frame_rate | No | Timebase used to snap ranges to whole frames; defaults to 30. | |
| mute_level_db | No | Level inside each range for add_audio_keyframes; defaults to -60. | |
| word_timeline | Yes | Caller-supplied word-timed transcript for one Premiere source item. Words must be ordered by start time and bound to the transcript revision returned by get_clip_transcript_uxp. | |
| padding_seconds | No | Seconds added before and after each flagged word; defaults to 0.04. |
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. |