speechwire_get_round_schematic
Retrieve the full schematic for an event round, including sections with judges, rooms, and competitors.
Instructions
Get the full schematic (pairings/sections) for a specific event round.
Parameters
grouping_id : int Event grouping identifier from speechwire_list_schematic_events. round_number : int Round number for this event.
Returns
dict | list Schematic containing: - event_name: str — event name - round: int — round number - time: str | None — scheduled time - unused_judges: list[dict] — unassigned judges - sections: list[dict] — sections with judges, rooms, and competitors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grouping_id | Yes | ||
| round_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |