Skip to main content
Glama
birdwell

RuneScape Wiki MCP Server

by birdwell

Summarize Price History

summarize_price_history
Read-only

Get a concise summary of Grand Exchange price trends for any item, including min/max/average price, price change, and average daily volume, using item ID or name.

Instructions

Summarize recent Grand Exchange price trends for an item (min/max/average price, change, and average daily volume) by itemId or name. Returns a compact summary instead of raw data points — use get_item_graph when you need the full price series.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoSize of the trailing window in days (7-90, default 30)
nameNoItem name (provide itemId or name)
itemIdNoGrand Exchange item ID (provide itemId or name)
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description only needs to add behavioral context. It does so by clarifying the output type (compact summary), naming the returned metrics, and stating that either itemId or name can be used. It does not cover edge cases like missing identifiers or what happens if both are provided, but given the annotation coverage, this is sufficient.

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 only two sentences, front-loaded with the purpose and output, and the second sentence provides the alternative tool. Every word adds value; there is no fluff or repetition.

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?

With no output schema, the description compensates by explicitly listing the summary metrics and contrasting with get_item_graph. It does not explain behavior for invalid or omitted identifiers, but for a read-only tool with well-documented parameters, the description is largely 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 descriptions cover 100% of parameters, so the baseline is 3. The description repeats 'by itemId or name' but adds no new parameter-specific details. It also does not clarify that exactly one of itemId or name must be supplied, even though the schema lacks required fields. This is a notable gap, but the schema already provides basic parameter meaning.

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 states a specific action ('Summarize recent Grand Exchange price trends for an item') and lists concrete output components (min/max/average price, change, average daily volume). It explicitly differentiates from the sibling tool get_item_graph by noting it returns a compact summary instead of raw data points.

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

Usage Guidelines5/5

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

The description gives an explicit alternative: 'use get_item_graph when you need the full price series.' It also implies when not to use this tool ('instead of raw data points'), making the choice clear and actionable.

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