properties
Inspect project, clip, and cue details for a video editing project. Pass a clip ID to include asset data, framing windows, and cue tables; add a word index for cue context.
Instructions
Project/clip/cue detail for a properties inspector, composed only.
No arguments: status, canvas and caption_style's own reports.
clip_id: adds that clip's assets entry, its reframe window table,
and its whole cue_ls. Both clip_id and word_index: adds cue (the
matching entry from that cue_ls, or null if the word carries none) and,
only when cue is null, context — the word plus three either side,
the same echo every word-indexed tool gives (a cue's own entry already
carries this, so it is not duplicated). word_index needs clip_id.
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. | |
| clip_id | No | Add this clip's assets entry, framing windows and cue table to the report. | |
| word_index | No | With `clip_id`, add the cue at that word — or, when there is none, the word plus three either side. It needs `clip_id`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||