Skip to main content
Glama
birdwell

RuneScape Wiki MCP Server

by birdwell

Get Item Price Graph

get_item_graph
Read-only

Retrieve historical Grand Exchange price trends for any RuneScape item over the past 180 days by providing its item ID or name.

Instructions

Get historical Grand Exchange price graph data (last 180 days) by itemId or name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoItem name (provide itemId or name)
itemIdNoGrand Exchange item ID (provide itemId or name)
Behavior3/5

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

With readOnlyHint=true already provided, the description adds useful context about the 180-day historical scope, which is a behavioral detail not present in annotations. However, it does not disclose other potential behaviors such as output format or any limitations, so it provides only moderate added transparency.

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, concise sentence with front-loaded verb and resource. It includes essential scope (180 days) and input method without any filler or redundancy.

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 tool with two optional params and no output schema, the description provides the core essentials: what data is returned (price graph data), time frame, and how to specify the item. It could be more explicit about the graph format, but given the simplicity and annotation, it is adequately complete.

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%, with both parameters described in the schema. The description's phrase 'by itemId or name' adds no new semantic depth beyond the schema's property descriptions. Baseline 3 applies since the schema carries full parameter documentation.

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 a specific action ('Get historical Grand Exchange price graph data'), the resource (price graph data), and the time scope (last 180 days). It also specifies input methods (by itemId or name), which distinguishes it from sibling tools like get_item_price or summarize_price_history.

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 provides clear context for when to use: when historical graph data over 180 days is needed. It does not explicitly mention alternatives or when not to use, but the context is sufficiently distinct from sibling tools to guide selection.

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