get_player_scores
Retrieve a player's current scores by inputting their Riot ID. This tool connects to the League of Legends client to fetch in-game data, providing insights into player performance directly from the MCP server.
Instructions
Retrieve the list of the current scores for the player.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
riot_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"riot_id": {
"title": "Riot Id",
"type": "string"
}
},
"required": [
"riot_id"
],
"title": "get_player_scoresArguments",
"type": "object"
}