Skip to main content
Glama
SanderVirula

osrs-wiki-mcp

by SanderVirula

get_monster_info

Read-onlyIdempotent

Retrieve separate OSRS Wiki monster variants and their facts, avoiding combined variants or DPS calculations.

Instructions

Get separate Old School RuneScape Wiki monster variants and facts without combining variants or calculating DPS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monsterYesExact Wiki monster name
variantNoOptional exact variant anchor

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
monsterYes
variantsYes
warningsYes
mapPointsYes
provenanceYes
accessNotesYes
totalVariantsYes
selectedVariantNo
variantsTruncatedYes
totalVariantsIsExactYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds behavioral nuance by specifying that it returns separate variants and facts without combining or calculating DPS, providing useful 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, well-structured sentence of 17 words. It is front-loaded with the key action and resource, contains no superfluous information, and is highly concise.

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 presence of a full output schema, annotations covering safety and idempotency, and the clear purpose statement, the description is complete enough for a simple lookup tool. No further details are necessary for an agent to use or select this tool correctly.

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 coverage is 100%, with both parameters ('monster' and 'variant') having clear descriptions in the input schema. The description does not add additional parameter semantics beyond what the schema provides, so a baseline score of 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 'Old School RuneScape Wiki monster variants and facts', and adds distinguishing context by noting it avoids combining variants or calculating DPS. This sets it apart from sibling tools like get_wiki_page or search_wiki.

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 obtaining separate variant data without DPS calculation, but does not explicitly state when to use this tool over alternatives. No exclusions or when-not scenarios are provided, leaving the agent to infer from context.

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/SanderVirula/osrs-wiki-mcp'

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