Skip to main content
Glama

Midpoint Card Prices

Get price history

get_price_history
Read-onlyIdempotent

Use this when the user asks how a card's price has changed over weeks or months, or wants a trend for the raw or a PSA-graded series. Returns dated USD market values for the last 7 to 180 days. Requires a card id from search_cards. Do not use for forecasts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
gradeNoPSA grade for a graded series, e.g. "10" or "9". Omit for the raw (ungraded) series.
card_idYesCatalog card id from search_cards.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysYes
nameYes
linksYes
pointsYesOldest first. Graded series only contain days with sales; gaps are normal.
seriesYes"raw" or "PSA <grade>"
sourceYes
card_idYes
currencyYes
last_usdYes
first_usdYes
change_pctYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive and closed-world, so the safety profile is covered. The description adds genuine context beyond that: the return payload is dated USD values confined to a 7-180 day window, and the grade parameter selects a raw vs graded series.

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?

Three sentences, front-loaded with the usage trigger, followed by return shape and the exclusion. No filler, no repetition of the tool title.

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 annotations covering safety and an output schema covering the response shape, the description only needs to cover usage, prerequisites and exclusions, which it does. Minor gap: it does not clarify units/frequency of the dated values or whether the series is daily granularity, though it implies coverage of the last 7-180 days.

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 67%, and the schema already documents grade ('PSA grade... omit for raw') and card_id. The description restates the 7-180 day bound already present as min/max and the raw/PSA distinction already in the schema, so it adds little parameter-level meaning beyond the structured fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource (price history) and scope: dated USD market values for the last 7-180 days, for raw or PSA-graded series. It distinguishes the tool from a simple price lookup by framing it as a trend over weeks/months, though it never names the nearest sibling (get_card_prices) as the contrasting snapshot tool.

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 clear trigger ('when the user asks how a card's price has changed over weeks or months, or wants a trend'), a negative boundary ('Do not use for forecasts'), and a prerequisite (requires a card id from search_cards). It stops short of naming an alternative tool, so the agent must infer what to use for snapshots or forecasts.

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.