Skip to main content
Glama
birdwell

RuneScape Wiki MCP Server

by birdwell

Estimate Flip Profit

estimate_flip
Read-only

Estimate RuneScape 3 Grand Exchange flip profit after the 2% sales tax. Find an item by name or ID, and optionally input your own buy and sell prices for a more accurate calculation.

Instructions

Estimate Grand Exchange flip profit after the 2% RS3 sales tax for an item, by itemId or name. This is an ESTIMATE ONLY: guide prices lag the live market, buy limits and fill times are not modelled, and actual profit will differ. Pass buyPrice/sellPrice to model your own offers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoItem name (provide itemId or name). Prefer lookup_item for fuzzy search.
itemIdNoGrand Exchange item ID (provide itemId or name)
buyPriceNoBuy price per item in coins. Defaults to the current market price.
quantityNoNumber of items to flip (default 1)
sellPriceNoSell price per item in coins. Defaults to the current market price.
Behavior5/5

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

Beyond the readOnlyHint annotation, the description additively discloses that it is 'ESTIMATE ONLY', that guide prices lag the live market, and that buy limits/fill times are not modelled. This clearly sets expectations that actual profit will differ, providing substantial behavioral context.

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 two sentences: the first states the core purpose and inputs, the second adds essential caveats and parameter guidance. No redundant or filler content, front-loaded with the primary function.

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?

With a read-only annotation, no output schema, and 5 optional parameters, the description fully covers what the tool does, its limitations, and how to customize inputs. It is self-contained and leaves no critical gaps for an agent to invoke correctly.

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?

Although the schema already provides 100% parameter descriptions, the description adds meaningful guidance by stating 'by itemId or name' and instructing users to 'Pass buyPrice/sellPrice to model your own offers', which clarifies parameter usage and optionality 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 a specific verb ('Estimate') and resource ('Grand Exchange flip profit'), including the 2% RS3 sales tax. It also specifies the input method (by itemId or name), which distinguishes it from sibling tools like get_item_price or lookup_item.

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?

It provides context on when to use this tool (for flipping profit estimates) and warns about limitations (guide prices lag, buy limits/fill times not modelled). However, it does not explicitly name alternative tools or state when NOT to use it, though the caveats imply it shouldn't be used for live-market decisions.

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