List esports teams
list_teamsFetch teams from Liquipedia wikis with optional filters by name, region, or location, returning metadata like roster template and social links.
Instructions
Fetch teams for a wiki. Filter by name, region, or location. Returns team metadata (name, region, roster template, social links, logo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Exact team name, e.g. 'Shopify Rebellion'. | |
| 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'. | |
| region | No | Region filter, e.g. 'North America'. | |
| location | No | Location/country filter. | |
| 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. |