list_guests
List podcast guests with profile links, episode count, and latest appearance date, with optional name filter and pagination.
Instructions
Browse the directory of Entra.Chat podcast guests. Returns each guest with profile links (LinkedIn, Twitter/X, GitHub, Bluesky, website), how many episodes they appeared on, and their latest appearance date. Use get_guest for a full per-guest episode list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum guests to return (default: 50, max: 200) | |
| query | No | Optional filter — only guests whose name contains this text | |
| offset | No | Pagination offset (default: 0) |