get_player_summoner_spells
Retrieve a player's summoner spells in League of Legends by providing their Riot ID. This tool connects to the Live Client Data API to fetch in-game data efficiently.
Instructions
Retrieve the list of the summoner spells 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_summoner_spellsArguments",
"type": "object"
}