speechwire_list_rooms
Retrieve all rooms configured for a speech-and-debate tournament, including room IDs, names, and availability constraints.
Instructions
List all rooms configured for the tournament.
Returns
list[dict] Room records containing: - room_id: int — numeric room identifier - name: str — room display name - has_constraints: bool — whether the room has availability constraints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |