Skip to main content
Glama

Find an icon texture

wow_icon_search

Search World of Warcraft icon textures by name fragment to get file paths and FileDataIDs. Choose icons for buttons, addon compartment entries, or .toc IconTexture.

Instructions

Search the game's icon textures by name and return the path and FileDataID for each. Icons follow a naming convention (spell_fire_*, inv_sword_*, ability_warrior_*), so searching by theme works well. Use this to pick an icon for a button, an addon compartment entry, or a .toc IconTexture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesIcon name fragment, e.g. fireball, sword, warrior.
Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It discloses that the tool returns path and FileDataID, and explains the naming convention, but it does not explicitly state read-only behavior, how the limit parameter works, or what happens when no icons match.

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 three sentences, each earning its place: function and returns, naming convention, and use cases. No fluff or redundant content.

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

Completeness4/5

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

For a simple search tool, the description covers the return value and use cases. However, it omits details about the limit parameter and does not describe the response format or behavior for empty results, so it is not fully complete.

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 schema documents 'query' with an example, and the description adds useful naming convention context. However, the 'limit' parameter is not explained in either place, leaving a key part of the parameter semantics uncovered. Coverage is approximately 50%.

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

Purpose4/5

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

The description clearly states the tool searches game icon textures by name and returns the path and FileDataID. However, it does not explicitly distinguish itself from sibling tools like wow_atlas_search, even though the focus on 'icon textures' is specific.

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 gives explicit use cases: picking icons for buttons, addon compartment entries, and .toc IconTexture. It does not mention exclusions or alternatives, but provides clear context for when to use it.

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

Install Server

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/RdyGaming/hated-wow-mcp'

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