get_transcription
Fetch transcript text for a completed episode. PAGINATED — returns up to 120,000 characters per call (Claude.ai/Desktop caps a tool result at ~150k chars). Most transcripts fit in one call; only very long episodes page. If the response has has_more: true, call again with offset: <next_offset>. For focused look-up (a topic, quote, timestamp) prefer search_transcription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Character offset to start from (default 0). Use next_offset from a prior page. | |
| max_chars | No | Max characters to return this call (default & max 120000). | |
| episode_id | Yes |