speechwire_list_timeslots
Retrieve the tournament schedule timeslots, including times, dates, and round assignments for speech-and-debate competitions.
Instructions
List the tournament schedule timeslots.
Returns
list[dict] Timeslot records containing: - slot_id: int — numeric timeslot identifier - time: str — human-readable time (e.g., "9:00 AM") - description: str | None — slot description - date: str | None — date for this slot - round_assignments: list[dict] — event_name and round_label records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |