Get SGU transcript text
get_transcriptRetrieve the cleaned transcript of a Skeptics' Guide to the Universe episode. Optionally filter by a section heading to get only that segment's text.
Instructions
Get the cleaned transcript text of an episode. By default returns the full transcript (can be long). Pass a 'section' substring (e.g. 'Science or Fiction', a news item title, or 'Intro') to return only that section's text. Use get_episode first to see the segment outline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| episode_number | Yes | Episode number, e.g. 1075 | |
| section | No | Optional: case-insensitive substring of a section heading to return just that section |