get_player_matches
Retrieve detailed match history for a player, including opponent, finish times, ELO changes, seed type, bastion type, VOD links, and win/loss outcome. Filter by time, season, or number of matches.
Instructions
Get a player's match history with full detail per match: opponent, finish times, ELO changes, seed type, bastion type, seed variations, VOD links with timestamps, win/loss outcome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Unix timestamp — fetch matches after this time | |
| count | No | Number of matches to fetch (1–50, default 20) | |
| before | No | Unix timestamp — fetch matches before this time | |
| season | No | Filter by season number | |
| identifier | Yes | Player username or UUID | |
| excludeDecay | No | Exclude decayed matches (default false) |