Skip to main content
Glama

OP.GG MCP Server

Official
by opgginc

tft-play-style-comment

Analyze and receive playstyle insights for TFT champions by inputting region and player puuid. Enhance strategy and decision-making in Teamfight Tactics matches.

Instructions

This tool provides comments on the playstyle of TFT champions.

Input Schema

NameRequiredDescriptionDefault
puuidYesRiot unique puuid value
regionYesTFT region

Input Schema (JSON Schema)

{ "properties": { "puuid": { "description": "Riot unique puuid value", "type": "string" }, "region": { "description": "TFT region", "enum": [ "KR", "BR", "EUNE", "EUW", "LAN", "LAS", "NA", "OCE", "RU", "TR", "JP", "PH", "SG", "TH", "TW", "VN", "ME" ], "type": "string" } }, "required": [ "region", "puuid" ], "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