list_episodes
Browse the Entra.Chat podcast episode archive with optional year/month/guest filters, returning details like number, title, date, duration, guests, URL to locate episodes.
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) |