speechwire_get_judge_school
Retrieve the school and team ID associated with a judge from a speech-and-debate tournament by providing the judge's numeric identifier.
Instructions
Get the school (team) a judge is associated with.
Parameters
judge_id : int Numeric judge identifier from speechwire_list_judges.
Returns
dict
School record containing judge_id (int), school (str | None), and
team_id (int | None).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| judge_id | Yes |