Get a team's roster and coaches
mpaz_get_rosterFetch a team's coaching staff and player list for any Myers Park High School sport by supplying the sport slug and team ID.
Instructions
Coaching staff and players for one team. Most teams on this site publish coaches but NOT players, so an empty players list is normal, not an error. Requires the sport slug and team id. 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. |