Get one team's full schedule
mpaz_get_team_scheduleRetrieve a complete season schedule for a specific team. Provide the sport slug and numeric team ID to get all games in chronological order.
Instructions
A single team's complete season, oldest first. Requires BOTH the sport slug and the team id — resolve them with mpaz_list_teams or mpaz_resolve_team first. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | School year, e.g. "2026-2027". Defaults to the current one. Past seasons often work; resolve that year's team id with mpaz_list_teams first and read its `coverage` note. | |
| teamId | Yes | Numeric team id from mpaz_list_teams / mpaz_resolve_team. Ids differ per school year. | |
| sportSlug | Yes | Sport slug, "<gender>-<sport>", e.g. boys-football, girls-volleyball. From mpaz_list_teams. |