Get tournament participants
get_tournament_entrantsList registered participants (with gamer tags) for a tournament by URL, slug, or ID. Filter by tag, paginate results. For seeded event entrants, use get_event_entrants.
Instructions
List a tournament's registered participants (attendees) with gamer tags. Note: these are tournament-level registrations; for per-event entrants with seeding, use get_event_entrants instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full start.gg tournament URL, e.g. https://www.start.gg/tournament/genesis-9. | |
| page | No | Page number, 1-based. Default 1. | |
| slug | No | Tournament slug, e.g. "genesis-9" or "tournament/genesis-9". | |
| perPage | No | Results per page, max 100. Default 50. | |
| gamerTag | No | Filter participants by gamer tag (contains match). | |
| tournamentId | No | Numeric start.gg tournament id. Provide exactly one locator. |