get_team_schedule
Fetch a team's complete event schedule—date, opponent, venue, and score—in one call.
Instructions
Get all matches for one team within an event.
Returns the team's full slate — date, opponent, venue, and score.
Args: event_id: Numeric event ID (e.g. 3933). team_id: Team ID from get_teams or the standings table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| event_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |