Resolve a team name to its id
mpaz_resolve_teamResolve a loose team name like 'varsity football' to a team ID for schedule, roster, or score lookups. Returns all matching candidates when ambiguous.
Instructions
Find a team id from a loose name like "varsity football", "girls JV volleyball" or just "field hockey". Use this before mpaz_get_team_schedule / mpaz_get_roster / mpaz_get_scores rather than guessing an id. Returns every candidate when the query is ambiguous. 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 but coverage is partial — see the `coverage` note in the result. | |
| query | Yes | Team name fragment, e.g. "varsity football" |