get_match_details
Retrieve a Premier League match's score, venue, attendance, and key events (goals, cards, substitutions) using its match ID from the scoreboard or schedule.
Instructions
Get detailed information for a single Premier League match.
Returns the score, venue, attendance, and a chronological list of key events (goals, substitutions, cards). Use the match ID returned by get_scoreboard or get_team_schedule.
Args: match_id: ESPN numeric event ID (e.g. "401853883").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |