Canonical tool name: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.
get_competition_structure
Family: Resolution and Scope Tools
What this tool is best at
Return normalized competition structure and hierarchy for a league or competition season.Choose this tool when
- the host needs the tournament tree, phase layout, or season hierarchy before calling deeper tools.
- Source ownership: GSD Lookup primary
Use something smaller or different when
- Do not use it if the product only needs current standings, one event, or watchability.
Inputs you need
Plain-English prerequisites
- This tool does not require a prerequisite ID beyond the scoped inputs shown below.
Required inputs in the public contract
- None.
Optional inputs in the public contract
| Input | What it means |
|---|---|
competitionId | GSD-facing competition ref when the host wants the broader competition hierarchy. |
competitionSeasonId | GSD-facing season ref when the host wants the exact season structure and phase layout. |
language | Optional BCP 47 language hint such as en-US. Use it when the host needs translated provider output. |
Sequencing guidance
| Needed ID or scope | Call this first | Then use |
|---|---|---|
| scope | Tool Catalog | Start from the smallest tool that can safely anchor the workflow, then deepen only if the user asks for more. |
Response highlights
- Return normalized competition structure and hierarchy for a league or competition season.
Reuse next
- Reuse provider refs returned by this tool to avoid resolving the same entity again.
- Read
meta.agentHints.recommendedNextToolsandmeta.agentHints.disambiguationOptionsas non-binding host hints.
Example requests
Related tools
Previous-step tools
Next-step tools
Alternative tools
- No common alternatives.
Prompt patterns this tool fits
- Use
get_competition_structurewhen the host already knows the right scope and needs this job directly.
Common mistakes
- Calling
get_competition_structurebefore the host has the right provider refs or bounded window. - Using
get_competition_structurewhen a smaller sibling tool would answer the question more directly.