get_podcast_transcript
Retrieve full podcast episode transcripts from Apple Podcasts cache, with speaker attribution and timestamps.
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 |