Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

psa_price_guide_set

Fetches a full grade-by-grade price table for any PSA Price Guide set, showing every card with PSA's formatted prices per grade column.

Instructions

Get a PSA Price Guide set's price table. Fetches one PSA Price Guide set's full grade-by-grade price table: every card in the set with PSA's own formatted price per grade column (the set's own grade columns vary -- a vintage set may carry more/lower grade tiers than a modern one). category_path, set_path and set_id together identify the set; use the matching fields from a psa-price-guide-search result, or category_path from psa-price-guide-categories combined with a set_path/set_id found by browsing PSA's own category page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
set_idYesPSA's own numeric set id, from a psa-price-guide-search result
set_pathYesSet URL path segment, from a psa-price-guide-search result
category_pathYesCategory URL path segment, from psa-price-guide-categories or a psa-price-guide-search result

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does well: it discloses that the tool returns one set's complete card-by-card price table and that grade columns vary (vintage sets may have more/lower grade tiers than modern ones). This alerts the agent to variable output structure. It doesn't mention side effects, but as a 'Fetches' operation, none are expected.

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?

The description is two sentences and front-loaded with the primary purpose. The second sentence efficiently covers response structure and parameter sourcing. Minor repetition exists ('Get... Fetches...'), but no filler or irrelevant content.

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?

Given the 3-parameter requirement and no output schema or annotations, the description is fairly complete: it explains what the tool returns, the variable nature of the price columns, and how to assemble valid identifiers. It could include an example or error context, but nothing essential is missing for correct invocation.

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?

The schema already documents each parameter, but the description adds semantic value by stating that category_path, set_path, and set_id together identify the set, and by explaining where to obtain each field. This group-level meaning and provenance guidance goes beyond the individual schema property descriptions.

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 opens with a specific verb+resource ('Get a PSA Price Guide set's price table') and elaborates on exactly what that means: the full grade-by-grade table for every card, with PSA's formatted per-grade prices. It naturally differentiates itself from the sibling search/categories tools by its singular set-scoped focus.

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 gives clear parameter-sourcing instructions: use fields from psa-price-guide-search, or combine category_path from psa-price-guide-categories with set_path/set_id from PSA's own category page. It does not explicitly state 'when not to use this tool' or compare it against alternatives for selection, but the source hints effectively imply the discovery-vs-retrieval workflow.

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

Deploy Server

Other Tools