Skip to main content
Glama
hjoliveira

blizzard-wow-mcp

by hjoliveira

WoW Character Summary

wow_character_summary
Read-onlyIdempotent

Retrieve a character's headline profile: level, class, spec, race, faction, guild, item level, achievements, and last login. Provide realm and character name for a quick summary.

Instructions

Get the headline profile for a character: level, class, spec, race, faction, guild, item level, achievement points and last login.

Args: realm: Realm name or slug, e.g. 'Twisting Nether' or 'twisting-nether'. character: Character name, case-insensitive.

Returns: CharacterSummary. Call wow_character_equipment or wow_character_mythic_keystone for gear and Mythic+ detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
realmYes
characterYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
raceNo
guildNo
levelYes
realmYes
genderNo
factionNo
armory_urlNo
active_specNoe.g. Elemental
active_titleNo
last_login_utcNoISO 8601 timestamp
character_classNoe.g. Shaman
achievement_pointsNo
average_item_levelNo
equipped_item_levelNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the tool's safety profile. The description does not disclose any additional behavioral traits such as rate limits, authentication requirements, or edge-case behaviors, but it does not contradict the annotations.

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 concise and well-structured: a one-sentence summary of what the tool does, followed by clear Args and Returns sections. Every sentence provides value, with no fluff or repetition of schema fields.

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?

The description is complete for a simple read tool with two parameters: it lists the returned profile fields, explains parameter formats, and points to related tools for more details. The existence of an output schema and annotations further reduces the need for the description to explain return structures or safety.

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?

With schema description coverage at 0%, the description takes on the responsibility of explaining parameters. It adds concrete meaning by giving examples for realm ('Twisting Nether' or 'twisting-nether') and specifying that character is case-insensitive, going beyond the bare 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 clearly states the tool's purpose: 'Get the headline profile for a character' and enumerates the specific fields returned (level, class, spec, race, etc.). It distinguishes itself from sibling tools by naming alternatives for gear and Mythic+ detail.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance by instructing to 'Call wow_character_equipment or wow_character_mythic_keystone for gear and Mythic+ detail,' which clearly differentiates when to use this tool versus its siblings. It also gives parameter usage examples for realm and notes character names are case-insensitive.

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