| “What is on tonight?” | list_watchable_schedule and then list_live_slate if the UX needs now-playing context |
| “Catch me up on this game” | resolve_entities only if needed, then list_schedule and get_event_summary or get_event_center |
| “Show me the current league picture” | resolve_entities and then get_competition_hub |
| “Tell me about this player” | resolve_entities and then get_participant_profile |
| “Where can I watch this match?” | identify the right event and then get_watch_availability |
| “What else should I watch?” | resolve_entities or get_program_context, then list_watchable_schedule or list_programs_for_entity, and rank in the host |
| “How does this season compare to last year?” | call get_competition_hub multiple times and compare in the host |