List esports players
list_playersFetch esports players from specific Liquipedia wikis. Filter by player handle, team, or nationality to get details like real name, country, team, and role.
Instructions
Fetch players for a wiki. Filter by id/handle, team, or nationality. Returns handle, real name, country, team, and role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Player handle / id, e.g. 'TenZ'. | |
| team | No | Current team name. | |
| 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, e.g. 'date DESC' or 'date ASC'. | |
| query | No | Comma-separated list of fields to return (projection), e.g. 'pagename,date,opponent'. | |
| 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. | |
| nationality | No | Nationality/country filter. |