Get one team's results
mpaz_get_scoresGet completed game scores for a team, including home/away and team perspective results. Unknown scores are null, not zero.
Instructions
Completed games with results for a single team: homeScore/awayScore plus teamScore/opponentScore/result from this school's point of view. Each side's score is stored independently upstream, so a half-entered game yields a null score and result: null — a missing score is unknown, never zero. Prefer mpaz_get_team_schedule for upcoming fixtures. 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. |