Skip to main content
Glama
Koodattu

wow-addon-api-mcp

by Koodattu

get_enum

Read-onlyIdempotent

Fetch all values and metadata of a World of Warcraft enumeration for a specific retail patch. Specify the enumeration name and optional patch version.

Instructions

Get an exact WoW enumeration and all values and metadata in one retail patch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesEnumeration name, with or without the Enum. prefix
versionNoRetail patch, full client build, build number, or latest
Behavior3/5

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

Annotations already declare the tool as read-only and non-destructive, so the description does not need to restate that. It adds some context by noting the result includes 'all values and metadata' and is scoped to 'one retail patch', but does not detail return format or error handling.

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 a single, well-structured sentence that immediately communicates the tool's core function. No unnecessary words or redundant details.

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 read-only getter with two parameters and no output schema, the description covers the essential purpose and scope. It could be slightly more complete by explaining the default behavior of the version parameter, but the annotation and schema fill in the gaps.

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 full descriptions for both parameters (name and version), covering 100% of the schema. The description's mention of 'one retail patch' loosely aligns with the version parameter but does not add additional meaning 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 clearly states the tool retrieves a specific WoW enumeration along with all its values and metadata for a given retail patch. The verb 'Get' and the resource 'enumeration' make the purpose explicit, and it distinguishes itself from sibling tools like get_namespace or get_dataset_info.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It implies use for retrieving enumerations, but does not mention any exclusions or alternative tools, such as search_api or lookup_api.

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/Koodattu/wow-addon-api-mcp'

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