Get Team Schedule
get_team_scheduleA team's schedule — upcoming and recent games with dates, opponents, and (for finished games) scores and result. PREFER for "when do the Lakers play next", "'s schedule", " recent results". Get the numeric team_id from get_teams. Common sport/league pairs: football/nfl, football/college-football, basketball/nba, basketball/wnba, basketball/mens-college-basketball, baseball/mlb, hockey/nhl, soccer/eng.1 (Premier League), soccer/usa.1 (MLS), soccer/esp.1 (La Liga), soccer/uefa.champions (Champions League).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport, e.g. 'basketball'. | |
| league | Yes | League slug, e.g. 'nba'. | |
| team_id | Yes | Numeric ESPN team id (from get_teams), e.g. "13" for the Lakers. |