get_podcast_transcript
Retrieves a cached podcast transcript from Apple Podcasts, including speaker attributions and timestamps. Requires the episode to have been played locally.
Instructions
Retrieves the full transcript for an episode from the local Apple Podcasts TTML cache. Returns speaker-attributed text with timestamps. Requires the episode to have been opened/played at least once so the transcript file was cached locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcriptId | Yes | Transcript identifier from get_recent_podcast_episodes (transcriptId field). Path fragment like "PodcastContent221/v4/.../transcript_1000778999859.ttml" | |
| includeTimestamps | No | Include begin/end timestamps in the output |