match_ids_by_puuid
ActiveTool of Riot Games
declared in 0.1.0
List recent LoL match IDs for a puuid on a regional cluster; filter by queue type, start/end timestamp, and paginate with start + count.
Parameters schema
{
"type": "object",
"examples": [
{
"puuid": "player-puuid-123456",
"region": "americas"
},
{
"count": 20,
"puuid": "player-puuid-123456",
"queue": 420,
"start": 0,
"region": "americas"
}
],
"required": [
"region",
"puuid"
],
"properties": {
"type": {
"type": "string"
},
"count": {
"type": "number"
},
"puuid": {
"type": "string"
},
"queue": {
"type": "number"
},
"start": {
"type": "number"
},
"region": {
"type": "string"
},
"endTime": {
"type": "number"
},
"startTime": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Riot Games
https://github.com/pipeworx-io/mcp-riot-games
1/7 registries