lookup_hero
Normalise a hero name/alias/shortName to its canonical identity.
Use this to turn messy user input ("am", "anti mage", "Anti-Mage") into the
exact key batru.gg expects before calling the prediction tools. The backend
SILENTLY DROPS hero names it doesn't recognise, so always normalise first.
Args:
query: A hero name, alias, or short name.
game: "dota2" (default), "deadlock", or "marvel-rivals".
Returns {id, displayName, shortName, game} for the best match, or an error
with `did_you_mean` candidates if nothing matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | dota2 | |
| query | Yes | ||
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." |