list_feed_episodes
Fetch the canonical episode list for a podcast directly from PodcastIndex (the upstream RSS index). NO COST — pure discovery. Each episode is enriched with in_library, episode_id (if already ingested), and transcription_status. For episodes you want to ingest: call transcribe_url(audio_url, title, feed_id, podcast_name) — passing feed_id/podcast_name lands the episode under its real show. For episodes already in_library, use start_transcription(episode_id) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | ||
| since | No | Unix seconds — published AFTER | |
| before | No | Unix seconds — published BEFORE (pagination) | |
| feed_id | Yes | PodcastIndex feed_id (the `id` from a search_podcasts result) |