List esports matches
list_matchesRetrieve esports match schedules and results from Liquipedia. Filter by wiki, team, tournament, or date to get upcoming and completed matches with scores and stream links.
Instructions
Fetch matches (schedules + results) for a wiki. Filter by team/opponent, tournament, or date. Returns upcoming and completed matches with scores, opponents, tournament, and stream URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date condition, e.g. '>2024-01-01' or '<2025-01-01'. | |
| 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 'date DESC'). | |
| query | No | Comma-separated list of fields to return (projection), e.g. 'pagename,date,opponent'. | |
| opponent | No | Team name that must appear in the match, e.g. 'Shopify Rebellion'. | |
| 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. | |
| tournament | No | Filter to a specific tournament name. |