Plan Chapter Markers
plan_chapter_markersPlan YouTube-style chapters from a word-timed transcript using topic-shift detection. Returns titled chapters and marker-ready timestamps without changing Premiere.
Instructions
Plan YouTube-style chapters from a word-timed transcript using local TextTiling-lite topic-shift detection, titling each chapter from its distinctive tokens. Returns chapters, a youtube_timestamps block and add_marker-ready Chapter markers. Local-only plan; never changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_rate | No | Frame rate used to snap start/end frames; defaults to 30. | |
| stop_words | No | Extra stop words removed before similarity and titling. | |
| block_words | No | Approximate words compared on each side of a sentence gap; defaults to 60. | |
| title_words | No | Maximum words in each generated chapter name; defaults to 4. | |
| max_chapters | No | Maximum number of chapters; deepest topic valleys win. Defaults to 12. | |
| 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_chapter_seconds | No | Minimum chapter duration in seconds; defaults to 90. |
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. |