Skip to main content
Glama
MangelSpec

wowaudit-mcp-server

by MangelSpec

wowaudit_get_raid

Read-onlyIdempotent

Retrieve a raid's signups, comments, selections, and encounter plan by providing the WoWAudit raid ID.

Instructions

Get a raid's detailed signups, comments, selections, and enabled encounter plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWoWAudit raid ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds value by listing the specific data fields returned (signups, comments, selections, enabled encounter plan), which is behavioral context beyond 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 a single sentence of 12 words, front-loaded with the verb and resource, and contains no extraneous information. Every word earns its place.

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?

Given the single parameter, rich annotations, and existence of an output schema, the description sufficiently explains what the tool returns. No additional context (e.g., pagination, limits) seems necessary for this simple read operation.

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 100% (the single parameter 'id' has a description: 'WoWAudit raid ID.'). The description adds no new meaning beyond the schema; it merely implies the parameter is the raid ID. Baseline 3 is appropriate.

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 verb 'Get' and the resource 'raid', and specifies the details included: signups, comments, selections, and enabled encounter plan. This distinguishes it from sibling tools like wowaudit_get_team or wowaudit_list_raids.

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

Usage Guidelines3/5

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

The description implies usage for fetching detailed raid information, but does not explicitly contrast with alternative tools or provide when-not-to-use guidance. The agent can infer from resource name and sibling list, but no explicit context is given.

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/MangelSpec/wowaudit-mcp-server'

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