Documentation Index
Fetch the complete documentation index at: https://docs.etonecarg.com/llms.txt
Use this file to discover all available pages before exploring further.
What Happened This Season or How Does It Compare Historically?
Recommended path:resolve_entities when needed -> get_competition_hub -> atomic follow-ons when necessary
Choose the right compare pattern
- Season recap
- Table or leaderboard detail
- Historical comparison
Use
get_competition_hub for the fastest season-shaped overview.Low-token comparison recipes
- season vs previous season: call
get_competition_hubtwice - team vs team: call
get_participant_profilefor each team and add shared standings context - player vs player: call
get_participant_profilefor each player and add event stats when needed - event vs event: call
get_event_centerfor each event
Avoid
- expecting one public compare tool
- using watchability-first tools for purely historical sports questions