Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_champions | Search for TFT champions by name, cost, trait, or role. Returns a summary list — use get_champion for full details on a specific champion. |
| get_champion | Get complete details for a specific TFT champion including all stats, traits, and ability description. Supports fuzzy name matching. |
| search_traits | Search TFT traits by name or description. Omit the query to list all traits in the current set. |
| get_trait | Get full details for a TFT trait including breakpoint thresholds, scaling values, and all champions with this trait. Use this to understand synergy requirements. |
| search_items | Search TFT items by name, description, or component. Use componentsOnly to see base components, or the component filter to find what a component builds into. |
| get_item_recipe | Get the recipe for a TFT item (which components build it) or see what a component builds into. Use this for item planning and carousel decisions. |
| search_augments | Search TFT augments by name or description. Omit the query to list all augments in the current set. |
| get_rolling_odds | Get TFT champion shop rolling odds by player level. Shows the probability of seeing each cost tier (1-5) at a given level. Omit the level to see the full table. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |