Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
kindNoRestrict search to one entity kind. Omit to search all.
limitNoMax results per kind (default 10).
queryYesName or partial name to search for (English or localized).
languageNoLanguage 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.
Install Server

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that matching is case-insensitive and substring-based, and that it supports English and localized names. This goes beyond a generic search description and gives the agent concrete expectations about how the search behaves.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no redundancy. The first sentence states the core capability and output, and the second gives actionable usage guidance. Every word earns its place, and the most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search-lookup tool with four parameters and no output schema, the description fully covers the necessary context: what it searches, what it returns, usage ordering, matching behavior, and language support. It also points to list_supported_languages for language options, making the tool self-sufficient for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage with descriptions for all four parameters. The description adds conceptual context (e.g., 'English or any supported localized name') but does not significantly expand on the schema's parameter meanings. Baseline 3 is appropriate since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Find heroes/items/abilities by name' and retrieve numeric IDs. It explicitly lists the resource types (heroes, items, abilities) and the action (find/get IDs), distinguishing it from sibling tools like get_heroes or get_constants that serve different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: 'Use this FIRST to resolve names... into the ids other tools need.' This tells the agent when to invoke this tool relative to others, and it implies the alternative (other tools that consume these IDs). It stops short of naming explicit alternatives or when-not-to-use conditions, so it doesn't earn a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuxiang115/opendota-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server