list_episodes
Browse Entra.Chat podcast episodes with optional filters by year, month, or guest. Returns episode number, title, date, duration, guests, and URL to help you find specific episodes before fetching details.
Instructions
Browse the Entra.Chat episode archive with optional year/month/guest filtering. Returns episode number, 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) |