Plan Filler Word Removal
plan_filler_word_removalPlan filler word removal (um, uh, you know) from a word timeline, returning frame-snapped removal and keep ranges for Premiere edits. Local-only; never alters the project.
Instructions
Plan word-level filler removal (um, uh, you know...) from a revision-bound word timeline. Returns frame-snapped removal and keep ranges plus apply routes. Local-only; never changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_rate | No | Timebase used to snap ranges to whole frames; defaults to 30. | |
| filler_words | No | Filler words or multi-word phrases to remove (matched as consecutive normalized tokens). Defaults to: um, uh, er, ah, hmm, you know, i mean, sort of, kind of. 'like' is only removed when listed explicitly. | |
| max_removals | No | Maximum merged removals to return; defaults to 256. | |
| handle_frames | No | Frames of handle left inside each removal so cuts are not tight; defaults to 1. | |
| 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. | |
| min_confidence | No | Optional: only remove fillers whose every word carries a confidence at or above this value. | |
| merge_gap_seconds | No | Removals separated by less than this are merged into one cut; defaults to 0.15. |
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. |