Get event entrants
get_event_entrantsFetch event entrants with seed numbers, player tags, and disqualification status. Provide event URL, slug, or ID, and choose pagination or fetch all.
Instructions
List an event's entrants with their seed (initialSeedNum), players (gamer tags), and disqualification flag. Supports pagination or fetchAll.
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. | |
| name | No | Filter entrants by name/tag (contains match). | |
| page | No | Page number, 1-based. Default 1. | |
| slug | No | Event slug in the form "tournament/<t>/event/<e>". | |
| eventId | No | Numeric start.gg event id. Provide exactly one locator. | |
| perPage | No | Results per page, max 100. Default 50. | |
| fetchAll | No | Fetch all pages (up to a safety cap) instead of one page. Ignores the page argument. |