Skip to main content
Canonical tool name: get_event_summary Family: Deep Sports Truth Tools

What this tool is best at

Return the minimum single-event sports-truth object needed to answer what the event is and what is happening in it at summary depth.

Choose this tool when

  • Use it as the default entry point for one known event before fetching deeper sections.
  • Source ownership: GSD Lookup primary, On sports-event lookup optional when the caller already has On refs

Use something smaller or different when

  • the host needs play-by-play, lineups, stats, odds, or watchability detail in one response.

Inputs you need

Plain-English prerequisites

  • eventId: Use a GSD event ref when possible.

Required inputs in the public contract

Optional inputs in the public contract

Notes on optional inputs

  • idSource=auto uses namespace-aware routing. idSource=gsd treats the supplied ID as sports-truth-facing. idSource=on treats the supplied ID as an On sports-event ref.
  • idSource changes how the server looks up the event, not who owns the returned event truth.

Sequencing guidance

Response highlights

  • The summary includes event identity, competition or series context, timing, status, participant sides, score or result snapshot when available, venue, and reusable refs.
  • It explicitly excludes full lineups, play-by-play, stat groups, odds tables, watchability, media, and editorial.

Response shape

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_event_summary when the host already knows the right scope and needs this job directly.

Common mistakes

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