Plan Pause Tightening
plan_pause_tighteningPlan shortening of inter-word pauses that exceed a threshold, respecting sentence boundaries, and return removal ranges, savings, and apply routes for later use.
Instructions
Plan shortening (not deleting) of inter-word pauses longer than max_pause_seconds down to a target, respecting sentence boundaries. Returns centered removal ranges, keep ranges, savings and apply routes. Local-only; never changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_edits | No | Maximum pauses to tighten (longest first when capped); defaults to 256. | |
| frame_rate | No | Timebase used to snap ranges to whole frames; defaults to 30. | |
| 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. | |
| max_pause_seconds | No | Pauses longer than this are tightened; defaults to 1.0. | |
| target_pause_seconds | No | Pause length kept after tightening (split evenly around the cut); defaults to 0.35 and must not exceed max_pause_seconds. | |
| sentence_pause_seconds | No | Pause length kept after sentence-ending punctuation; defaults to 0.6. |
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. |