tft-recommend-champion-for-item
Find the best champions for a specific item in Teamfight Tactics (TFT). Input the item ID to receive tailored champion recommendations for optimal gameplay strategy.
Instructions
TFT tool for retrieving champion recommendations for a specific item.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
itemId | Yes | TFT item ID to get champion recommendations for |
Input Schema (JSON Schema)
{
"properties": {
"itemId": {
"description": "TFT item ID to get champion recommendations for",
"enum": [
null
],
"type": "string"
}
},
"required": [
"itemId"
],
"type": "object"
}