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.
Protocol, Auth, and Errors
Sports MCP Server uses bearer auth and standard MCP request semantics.Auth
- requests require a bearer API key
- keys are product-scoped
- unauthorized requests fail before the tool layer runs
Read response semantics correctly
- Successful and complete
- Successful but partial
- Ambiguous
- Error
A normal successful response can be rendered directly, while still preserving
meta.sources and meta.agentHints.recommendedNextTools for future turns.Common envelope fields
meta.partialmeta.missingSectionsmeta.sourcesmeta.crosswalkConfidencemeta.agentHints.recommendedNextToolsmeta.agentHints.disambiguationOptionsmeta.limitationsdata
Common error categories
malformed_callunsupported_queryambiguous_scopeno_dataupstream_unavailablequota_or_rate_limitinternal_error
Design rule
The server does not silently guess across provider namespaces. If the crosswalk is weak, it returns ambiguity or a partial result instead. Crosswalk confidence is numeric:0.90-1.00: high confidence0.60-0.89: mixed confidence0.01-0.59: low confidencenull: no safe crosswalk