get_match_history_by_name
Retrieve a player's recent Valorant match history by entering their name and tag. Get detailed stats like kills, deaths, assists, agents, and maps.
Instructions
Get recent match history for a player.
Returns matches across all game modes with detailed stats.
Args: name: Player's in-game name tag: Player's tag region: Region code (ap, na, eu, kr, br, latam) size: Number of matches (default: 10, max: 20)
Returns: List of matches with kills, deaths, assists, agents, maps, scores
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| name | Yes | ||
| size | No | ||
| region | No | na |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||