speechwire_list_user_tournaments
Lists all current and past season tournaments for your account, returning tournament ID, circuit ID, name, date, and season.
Instructions
List all tournaments (current and past seasons) for the selected account.
Call speechwire_select_user_tournament to choose one.
Returns
list[dict]
Tournament records containing tournament_id (int), circuit_id
(int | None), name (str), date (str | None), and season
(str: "current" or "past").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |