get_transcript
Retrieve finished meeting transcripts with speaker names and timestamps. Get a rendered transcript file path to read only needed ranges, or fetch inline segments using limit/offset.
Instructions
The meeting transcript, with resolved speaker names and clock timestamps.
By default this does NOT return the transcript text — a long meeting would
flood your context. It returns metadata plus `path`: a rendered transcript
file you should open with your own file tools, reading only the ranges you
need. To pull lines inline instead (e.g. no filesystem access), pass `limit`
(and optional `offset`) to get that slice of segment lines directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| meeting_id | Yes |