search_dota_entities
Resolve Dota hero, item, or ability names into numeric IDs using case-insensitive partial matches, including localized names. Start here to translate any name into the required IDs for other Dota tools.
Instructions
Find heroes/items/abilities by name (English or any supported localized name) and get their numeric ids. Use this FIRST to resolve names like "敌法师", "Anti-Mage", "blink dagger", "祈求者" into the ids other tools need (hero_id, item ids, ...). Case-insensitive substring match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict search to one entity kind. Omit to search all. | |
| limit | No | Max results per kind (default 10). | |
| query | Yes | Name or partial name to search for (English or localized). | |
| language | No | Language for hero/item/ability names. Accepts Steam codes ("english", "schinese", "russian", ...) or tags ("zh-CN", "zh", "ru", ...). Defaults to the OPENDOTA_LANGUAGE env var or "english". Use list_supported_languages to see all options. |