Skip to main content

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.

Canonical tool name: get_series_hub Family: Hybrid Bundle Tools

What this tool is best at

Return one compact series bundle with series seasons, bounded event rows, leaderboard refs, and phase refs for tours and motorsports.

Choose this tool when

  • the product needs one tour or series surface instead of stitching schedule, rankings, and phase discovery together.
  • Source ownership: GSD Lookup primary

Use something smaller or different when

  • the host only needs a single schedule list, one leaderboard, or one phase/session result slice.

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

InputWhat it means
seriesIdSeries ref for the broader tour scope such as Formula 1, ATP, PGA Tour, or LPGA Tour.
seriesSeasonIdSeries-season ref when the experience is anchored to one tour season.
timeFromOptional bounded window start for series schedule items. When omitted, the hub applies a live-facing default browse window instead of unbounded schedule fanout.
timeToOptional bounded window end for series schedule items. Pair it with timeFrom when the product needs an explicit browse horizon.
includeSectionsOptional section allow-list such as seasons, schedule, rankings, or phases.
rowLimitOptional cap for repeated rows such as schedule items or ranking preview rows.
languageOptional BCP 47 language hint such as en-US. Use it when the host needs translated provider output.

Notes on optional inputs

  • If timeFrom and timeTo are omitted, the hub applies a bounded default schedule window of roughly 6 hours lookback and 7 days lookahead. It does not perform an unbounded series crawl.
  • If one time edge is provided, provide both.

Sequencing guidance

Needed ID or scopeCall this firstThen use
scopeTool CatalogStart from the smallest tool that can safely anchor the workflow, then deepen only if the user asks for more.

Response highlights

  • Return one compact series bundle with series seasons, bounded event rows, leaderboard refs, and phase refs for tours and motorsports.

Response shape

FieldWhat it means
data.seasons[]Merged season candidates for the selected series.
data.items[]Bounded schedule preview rows for the default or caller-provided window.
data.overallRefs[] / data.classificationRefs[] / data.phaseRefs[]Actionable refs for rankings and phase/session deepening.
data.rankingPreview[]Preview leaderboard rows from the selected best ranking view.
data.rankingPreviewRefId / data.rankingPreviewRefType / data.rankingPreviewRowsSourcePathSelection metadata for the preview ranking block.

Reuse next

  • Reuse provider refs returned by this tool to avoid resolving the same entity again.
  • Read meta.agentHints.recommendedNextTools and meta.agentHints.disambiguationOptions as non-binding host hints.

Example requests

Previous-step tools

Next-step tools

Alternative tools

  • No common alternatives.

Prompt patterns this tool fits

  • Use get_series_hub when the host already knows the right scope and needs this job directly.

Common mistakes

  • Calling get_series_hub before the host has the right provider refs or bounded window.
  • Using get_series_hub when a smaller sibling tool would answer the question more directly.