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.
Quickstart
The fastest path to a successful integration is:- resolve scope only when the prompt is ambiguous
- choose whether the job is competition-first or availability-first
- deepen only when the user actually needs more detail
Pick the right first path
- Unknown IDs
- Known competition or participant
Start with
resolve_entities when the prompt is fuzzy and your host does not yet know which competition, participant, venue, or program the user means.Then choose the right schedule path
- Competition-first schedule truth
- Availability-first watchability
Use this when the user is asking about fixtures, rounds, matchups, or the sports calendar itself.
Open a single event only when needed
Useget_event_center when the product truly benefits from one coherent bundle.
Quick rules
- Keep windows bounded.
- Preserve provider refs exactly as they came back.
- Treat
partial,missingSections, andlimitationsas first-class workflow signals. - Prefer atomic tools unless the product clearly benefits from a hybrid bundle.