Skip to main content
Glama

OP.GG MCP Server

Official
by opgginc

tft-augments-metadata-resources

Retrieve localized metadata for Teamfight Tactics augments, including names, descriptions, tiers, and image URLs, exported in CSV format. Specify a language code to access data in your preferred language.

Instructions

Retrieves metadata for all Teamfight Tactics augments with localized names and descriptions in CSV format. Returns apiName, desc, name, tier, and imageUrl for all augments in the specified language.

Input Schema

NameRequiredDescriptionDefault
langYesLanguage code for localized content (e.g., en_US, ko_KR, ja_JP). Determines the language of augment names and descriptions.

Input Schema (JSON Schema)

{ "properties": { "lang": { "description": "Language code for localized content (e.g., en_US, ko_KR, ja_JP). Determines the language of augment names and descriptions.", "enum": [ "en_US", "ko_KR", "ja_JP", "zh_CN", "zh_TW", "fr_FR", "de_DE", "es_ES", "it_IT", "pl_PL", "pt_BR", "ru_RU", "tr_TR", "vi_VN" ], "type": "string" } }, "required": [ "lang" ], "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