tft-meta-item-combinations
Discover optimal Teamfight Tactics (TFT) item combinations and recipes. Use this tool to efficiently craft in-game items and enhance your TFT strategy.
Instructions
TFT tool for retrieving information about item combinations and recipes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No | These are the champion names in the game League of Legends. |
Input Schema (JSON Schema)
{
"properties": {
"language": {
"description": "These are the champion names in the game League of Legends.",
"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": [],
"type": "object"
}