Get event
get_eventRetrieve a tournament event's name, start time, state, entrant count, videogame, parent tournament, and phase IDs to use with set queries.
Instructions
Get one event (bracket) of a tournament: name, start time, state, entrant count, videogame, parent tournament, and its phases (e.g. Pools, Top 8) with phase ids you can pass to get_event_sets phaseIds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full start.gg event URL, e.g. https://www.start.gg/tournament/genesis-9/event/ultimate-singles. | |
| slug | No | Event slug in the form "tournament/<t>/event/<e>". | |
| eventId | No | Numeric start.gg event id. Provide exactly one locator. |