Skip to main content
Glama
hjoliveira

blizzard-wow-mcp

by hjoliveira

Find WoW Realm Slug

wow_find_realm
Read-onlyIdempotent

Find a World of Warcraft realm's slug by entering a full or partial realm name. Resolve 404 character lookups by matching realm names to their correct slugs.

Instructions

Resolve a realm name to the slug the other tools need.

Use this when a character lookup 404s, to rule out a wrong realm slug.

Args: query: Full or partial realm name, e.g. 'twisting' or 'Área 52'.

Returns: Up to 10 matching realms as {name, slug} pairs, for the configured region.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds the return shape ('Up to 10 matching realms as {name, slug} pairs') and region scoping, which are useful behavioral details beyond what annotations provide.

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 compact, front-loaded with the purpose, then organized into usage, args, and returns. Every sentence earns its place with no wasted words.

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 single-parameter lookup tool with a clear output format, the description covers purpose, usage trigger, parameter semantics, and return limit. The output schema exists, but the description adds the limit and region context, making it complete.

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

Parameters5/5

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

The schema has zero description coverage, but the description fully defines 'query' as 'Full or partial realm name' and provides examples. This completely compensates for the schema gap.

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 opens with 'Resolve a realm name to the slug the other tools need,' clearly stating the verb, resource, and purpose. It differentiates from sibling character-lookup tools by focusing on realm resolution rather than character data.

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 an explicit trigger: 'Use this when a character lookup 404s, to rule out a wrong realm slug.' It does not explicitly state when not to use it or name alternatives, so it stops short of full guidance, but the context is clear.

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/hjoliveira/wow-armory-mcp2'

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