List esports tournaments
list_tournamentsFetch tournaments from Liquipedia by wiki, filter by name, date, or organizer, and get details like dates, prize pool, and participants.
Instructions
Fetch tournaments for a wiki. Filter by name, date, or organizer. Returns tournament name, dates, prize pool, participant count, and location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Tournament name filter. | |
| wiki | Yes | Liquipedia wiki(s) to query, e.g. 'valorant', 'counterstrike', 'dota2'. Pipe-separate multiple wikis: 'valorant|counterstrike'. | |
| limit | No | Max rows to return (default 20). | |
| order | No | Sort order (default 'startdate DESC'). | |
| query | No | Comma-separated list of fields to return (projection), e.g. 'pagename,date,opponent'. | |
| organizer | No | Organizer filter. | |
| startdate | No | Start-date condition, e.g. '>2024-01-01'. | |
| conditions | No | Raw Liquipedia condition string, e.g. '[[opponent::Team A]] AND [[date::>2024-01-01]]'. Combined (AND) with any structured filters. Use OR/AND and [[field::value]] syntax. |