list_episodes
Browse the Entra.Chat podcast episode archive with optional year, month, or guest filters. Returns titles, dates, durations, guests, and URLs to discover episodes before retrieving transcripts.
Instructions
Browse the Entra.Chat episode archive with optional year/month/guest filtering. Returns title, date, duration, guests, and URL. Use this to discover what episodes exist before using get_episode or search_entra_podcasts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Filter by year (e.g. 2026) | |
| guest | No | Filter to episodes featuring a guest whose name contains this text | |
| limit | No | Maximum episodes to return (default: 50) | |
| month | No | Filter by month number 1–12 (e.g. 3 for March). Requires year. | |
| offset | No | Pagination offset (default: 0) |