Skip to main content
Glama

FairStash — Roblox trade values

Look up an item value

get_value
Read-only

What one item is worth in a Roblox trading game — Flee the Facility (FTF), Murder Mystery 2 (MM2) or Adopt Me. Returns the community trade value, how wanted the item is, where it stands in its own catalogue, how often it turned up in the newest marketplace listings, and the date the numbers were collected. Use it for questions like "how much is a Chroma Luger worth in MM2". Values are community estimates, not official Roblox prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameNoWhich game. Leave it out and the item name decides.
itemYesItem name as a player would write it, e.g. "chroma luger", "party balloons", "shadow dragon".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare this is a safe, closed read (readOnlyHint, non-destructive, openWorldHint=false), so the bar is lower. The description adds genuinely useful context beyond that: the specific return fields (community trade value, demand, catalogue rank, listing frequency, collection date) and the important caveat that values are community estimates rather than official Roblox prices.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loads the core purpose, then layers in return fields, a usage example, and a caveat in three tight sentences with no filler. Slightly dense, but every sentence earns its place.

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 no output schema, the description carries the burden of explaining what comes back, and it does so explicitly (value, demand, catalogue position, listing frequency, collection date) while also flagging the estimate caveat. An agent has everything needed to call and interpret this tool.

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% and the enum already documents the three game values, so the schema does the heavy lifting. The description restates the game list but adds no new syntax or format guidance for the parameters beyond what is already structured, making the baseline 3 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?

States a specific verb and resource ('what one item is worth') and names the three supported game catalogues (FTF, MM2, Adopt Me), which cleanly separates it from siblings like list_values or check_trade. An agent can tell instantly that this is a single-item valuation lookup.

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?

Gives a concrete usage trigger with the worked example question ('how much is a Chroma Luger worth in MM2'), so the agent knows what kind of query maps here. It does not, however, mention when to prefer a sibling such as list_values or check_trade, so routing between related tools is left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources