Skip to main content
Glama

Search Blizzard's Lua mixins

wow_ui_mixin_search

Search Blizzard UI mixins by method name to find the defining mixin and reuse or understand its behavior.

Instructions

Search the mixin tables Blizzard's UI uses — reusable method sets attached to frames via the XML mixin attribute or CreateFromMixins. Searching a method name finds the mixin that defines it. Use this to reuse Blizzard's behaviour or to understand what a template's methods do.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesMixin name, fragment, or an exact method name.
flavorNoGame client. Defaults to retail.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It explains what mixins are and that searching a method name yields the defining mixin, adding useful context. However, it doesn't disclose return format, pagination, or other side effects, leaving some behavioral aspects implicit.

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, front-loaded with the main purpose, and contains no filler or redundant phrasing. Every sentence adds value.

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 focused search tool with 3 parameters and no output schema, the description covers core functionality, domain context, and use cases. It doesn't explicitly mention result format or parameter edge cases, but the provided information is sufficient for a straightforward read-only search.

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?

Schema description coverage is 67% (query and flavor have descriptions, limit does not). The description adds a small behavioral nuance about query ('Searching a method name finds the mixin that defines it') but doesn't elaborate on limit or flavor beyond the schema.

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 uses a specific action ('Search') and a clear resource ('the mixin tables Blizzard's UI uses'), and further distinguishes itself from sibling tools by explicitly mentioning 'XML mixin attribute or CreateFromMixins' and 'method name finds the mixin that defines it'.

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?

It provides explicit use cases: 'reuse Blizzard's behaviour' and 'understand what a template's methods do.' It doesn't name alternatives but clearly implies this tool is for mixin-specific searches, making it distinct from API or template searches.

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