Skip to main content
Glama

OP.GG MCP Server

Official
by opgginc

lol-summoner-renewal

Update summoner data in OP.GG via RiotAPI by providing game name, tag line, and region. Essential for retrieving current player information in League of Legends.

Instructions

Renew the summoner's data of OP.GG through RiotAPI. When you retrieve summoner data, you must always call this function first, and then call the next functions.

Input Schema

NameRequiredDescriptionDefault
game_nameYesThe first part of a Riot ID (e.g., "Annie" in "Annie#Opgg").
regionYesThe region to search in (e.g., KR, NA, EUW).
tag_lineYesThe second part of a Riot ID (e.g., "Opgg" in "Annie#Opgg").

Input Schema (JSON Schema)

{ "properties": { "game_name": { "description": "The first part of a Riot ID (e.g., \"Annie\" in \"Annie#Opgg\").", "type": "string" }, "region": { "description": "The region to search in (e.g., KR, NA, EUW).", "enum": [ "KR", "BR", "EUNE", "EUW", "LAN", "LAS", "NA", "OCE", "RU", "TR", "JP", "PH", "SG", "TH", "TW", "VN", "ME", "SEA" ], "type": "string" }, "tag_line": { "description": "The second part of a Riot ID (e.g., \"Opgg\" in \"Annie#Opgg\").", "type": "string" } }, "required": [ "game_name", "tag_line", "region" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/opgginc/opgg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server