caption_view
Preview captions and style for any moment before writing a file. Read-only: returns cues in timeline seconds, grouped by project rules, or errors for missing transcripts.
Instructions
The captions this timeline would produce, and the style in force.
add_captions without writing a file: the same cues, in timeline seconds, already grouped by the project's own break rules — so this is how to check a restyle, or read back what a caption actually says at some moment, before committing a file to it.
Reports rather than refuses: a project with no transcript, or one whose
every word has been cut, comes back with an empty cues and a
cues_error saying which. Read-only.
cues is a window of limit from first; cues_total is how many the
film has and cues_next, when present, where to continue. Use locate to
find the cue at a moment rather than paging to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The project directory to act on. Omit it — the usual case — when this server is bound to a project (started as `proofcut -C DIR mcp`, or inside a project; `ping` says which): it then resolves to that one bound project, a relative path resolves against it, and a path outside it is refused by name. Unbound, `path` is the whole address and omitting it refuses rather than guessing. | |
| first | No | Index of the first cue to return. 0 by default. | |
| limit | No | Most cues to return; `cues_next` says where to continue. | |
| clip_id | No | Show one transcript's captions rather than every clip's. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||