get_player_main_runes
Retrieve the primary runes of a League of Legends player by inputting their Riot ID. This tool fetches in-game rune data using the League of Legends Live Client Data API.
Instructions
Retrieve the basic runes of any 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_main_runesArguments",
"type": "object"
}