get_team_schedule
Retrieve a team's complete match schedule within an event, including date, opponent, venue, and score. Provides full slate for any team.
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 |