speechwire_get_judge_availability
Check a judge's availability for each timeslot using their numeric judge ID. Returns timeslot labels and availability status.
Instructions
Get a judge's availability by timeslot.
Parameters
judge_id : int Numeric judge identifier from speechwire_list_judges.
Returns
list[dict] Timeslot records containing: - slot_index: int — internal slot identifier - label: str — human-readable time slot description - available: bool — whether the judge is available
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| judge_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |