Zoom Read Transcript
zoom_read_transcriptReads the text artifacts of a local Zoom recording: the transcript/captions (.vtt or closed_caption.txt, cleaned to readable 'Speaker: text' lines) and the saved in-meeting chat. Pass the recording name or path from zoom_list_recordings. Perfect for 'summarize my last meeting' or 'what did we agree on in the kickoff call'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | 'all' (default), 'transcript' or 'chat' | |
| recording | Yes | Recording folder name (or full path) from zoom_list_recordings. Partial name match works. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | No | ||
| note | No | ||
| path | No | ||
| recording | No | ||
| transcript | No | ||
| chat_source | No | ||
| transcript_source | No |