List tournament placements
list_placementsGet tournament placements and results for a team or player, including rank, prize money, and tournament information.
Instructions
Fetch tournament placements/results for a team or player on a wiki. Returns placement (e.g. '1', '3-4'), prize money, and the tournament.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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'. | |
| 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. | |
| opponentname | No | Team or player name whose placements to fetch. |