transcript_checks
Re-check an attached transcript for overlaps, repeats, near-duplicates, and suspect durations, catching invented words from retake splices. Read-only.
Instructions
Re-check an already-attached transcript against itself.
Returns the same four findings attach_transcript does —
near_duplicates, suspect_durations, overlaps, repeats — for a
transcript attached earlier, whose findings were reported once and are
otherwise gone. Omit clip_id for every clip that has a transcript.
Read overlaps before anything derived from this transcript is drawn on
screen. A seam there is whisper reading across a retake splice and
interleaving both takes, which invents words nobody said — and they
read as ordinary English, so a human proofread finds some and is blind to
the rest. repeats catches the other shape a retake takes: one that
survived transcription as distinct, cleanly-timed duplicated words rather
than as an interleaved seam. Reads only; it never writes.
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 | One clip to re-check. Omit it for every clip that has a transcript. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||