speechwire_get_judge_contact
Retrieve a judge's email and phone number by providing their judge ID from the Judges list.
Instructions
Get a judge's email and phone contact information.
Parameters
judge_id : int Numeric judge identifier from speechwire_list_judges.
Returns
dict
Contact record containing judge_id (int), email (str | None), and
phone (str | None).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| judge_id | Yes |