Skip to main content
Glama
birdwell

RuneScape Wiki MCP Server

by birdwell

Compare Items

compare_items
Read-only

Compare up to 10 Grand Exchange item prices at once using names or IDs. Returns price, volume, and timestamp, with error rows for unresolved items.

Instructions

Compare latest Grand Exchange prices for up to 10 items in one call. Provide either names or itemIds. Returns one row per entry with id, name, price, volume and timestamp; entries that cannot be resolved come back as error rows instead of failing the call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesNoItem names to compare (1-10). Provide names or itemIds, not both.
itemIdsNoGrand Exchange item IDs to compare (1-10). Provide names or itemIds, not both.
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds valuable behavioral context: it returns one row per entry, and unresolved entries come back as error rows instead of failing the call. This goes beyond the annotation by explaining error handling and output structure.

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?

Two sentences front-load the purpose and cover usage, output format, and error behavior without redundancy. Every sentence earns its place, making it efficiently 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?

For a simple 2-parameter read-only tool with no output schema, the description is complete: it explains input constraints, return row structure, and error handling. No important behavioral aspects are omitted.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already describes both parameters. The description adds the crucial semantic that the caller must provide either names or itemIds, and implies mutual exclusivity. It also clarifies the per-entry output fields, adding value 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 compares latest Grand Exchange prices for up to 10 items in one call. This distinguishes it from single-item tools like get_item_price or lookup_item by emphasizing the batch comparison use case.

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 implies the tool's context ('up to 10 items in one call') and provides the key usage instruction to provide either names or itemIds. It does not explicitly name alternatives or state when not to use it, but the batch context makes the intended usage 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/birdwell/runescape-wiki-mcp'

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