Find which episodes have transcripts
find_transcriptsScan recent episodes to identify which publish transcripts or chapters, letting you confirm a show's transcription support before attempting lookups.
Instructions
Scan a show's recent episodes and report which of them publish a transcript or chapters, without fetching any of the files. Call this before get_transcript or search_transcript on an unfamiliar show: it is one request, and it tells you whether the show transcribes at all rather than discovering it through a failed lookup per episode. A show that transcribes usually transcribes everything, and a show that does not never will.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | How many to return. Defaults to 50. How many recent episodes to check. | |
| show | Yes | The show, in whichever form you have. Any of: a Podcast Index feed id (920666), an RSS feed URL, a podcast GUID, an Apple Podcasts URL, or a bare iTunes id. The form is detected, so pass what you have rather than converting it. |