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 Does the League or Tournament Picture Look Like?
Recommended path:resolve_entities when needed -> get_competition_hub
Then deepen only when needed
- One coherent overview
- Standings-heavy
- Bracket or phase-heavy
Use
get_competition_hub when the UX needs structure, standings, rankings, schedule slice, and optional watchable rail in one response.Variations
- Add
list_schedulewhen the question includes “today,” “this week,” or “next round.” - Add
list_watchable_schedulewhen the product needs a watchable rail next to the competition picture. - Add
get_rankingswhen the UX is leaderboard-led rather than table-led.
Avoid
- using watchability-first tools to answer pure standings or rankings questions
- reaching for a bundle if the user only wants one atomic section