speechwire_get_room_counts
Retrieves room and section counts per competition grouping and round to identify rounds with insufficient rooms.
Instructions
Get room vs. section counts per grouping and round.
Shows how many rooms are assigned versus how many sections are needed for each competition grouping in each round. Useful for identifying rounds that are short on rooms.
Returns
list[dict]
Grouping records containing:
- grouping_name: str — competition grouping (e.g., "JV Policy Debate")
- rounds: list[dict] — per-round room and section counts with a
sufficient boolean
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |