get_event_stats
Retrieve detailed box scores for sports events, including player stat lines and team-level results, using an event ID. Works for final and in-progress events with available stats.
Instructions
The box score for a single event: every player's stat line (e.g. batting_stats/pitching_stats JSON per player) plus the team-level result row (scores, team stats). Use an event id from list_events; works for final and in-progress events that have stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event UUID (from list_events). |