Skip to main content
Glama

collectablespulse

Get AI-synthesized market valuations and intelligence for collectibles including sports cards, coins, comics, and more. Access endpoints for grading, authentication, investment signals, and selling guides.

Instructions

CollectablesPulse: Global collectibles market intelligence API. AI-synthesized valuations for sports cards, coins, comics, vinyl records, Pokémon/MTG/TCGs, sneakers, watches, signed memorabilia, and trading cards. Real-

Coverage: Global

Endpoints: • value ($0.10): Current market value by grade/condition • grade ($0.08): Grading service guide • authenticate ($0.10): Authentication guide — spot fakes, trusted services • invest ($0.15): Investment signal — buy/hold/sell with analysis • compare ($0.10): Head-to-head investment comparison • sell ($0.10): Where and how to sell for maximum value • storage ($0.08): Preservation and storage guide • insurance ($0.08): Collectibles insurance guide • population ($0.08): Population report and grade scarcity • provenance ($0.10): Provenance and ownership research • nft ($0.10): NFT contract safety & floor scan (on-chain GoPlus + market context)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNoCollectible description (e.g. '1952 Topps Mickey Mantle')
langNolang
chainNoethereum | base | polygon | arbitrum | optimism | bsc | avalanche (default ethereum)
gradeNoGrade or condition (e.g. 'PSA 10', 'CGC 9.8', 'raw Near Mint')
item1Noitem1
item2Noitem2
actionYesWhich endpoint to call. Options: value | grade | authenticate | invest | compare | sell | storage | insurance | population | provenance | nft
serviceNoPreferred service (PSA|BGS|CGC|PCGS|NGC|etc)
contractNoNFT contract address — enables the on-chain risk scan (recommended)
collectionNoCollection name — for floor/sentiment context when no contract is known

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed5 schema fields changedv1.1.1
    • changedInput schema / properties / action / description
      Previous value: -"Which endpoint to call. Options: value | grade | authenticate | invest | compare | sell | storage | insurance"New value: +"Which endpoint to call. Options: value | grade | authenticate | invest | compare | sell | storage | insurance | population | provenance | nft"
    • changedInput schema / properties / action / enum
      Previous value: -[
      -  "value",
      -  "grade",
      -  "authenticate",
      -  "invest",
      -  "compare",
      -  "sell",
      -  "storage",
      -  "insurance"
      -]New value: +[
      +  "value",
      +  "grade",
      +  "authenticate",
      +  "invest",
      +  "compare",
      +  "sell",
      +  "storage",
      +  "insurance",
      +  "population",
      +  "provenance",
      +  "nft"
      +]
    • addedInput schema / properties / chain
      Added value: +{
      +  "description": "ethereum | base | polygon | arbitrum | optimism | bsc | avalanche (default ethereum)",
      +  "type": "string"
      +}
    • addedInput schema / properties / collection
      Added value: +{
      +  "description": "Collection name — for floor/sentiment context when no contract is known",
      +  "type": "string"
      +}
    • addedInput schema / properties / contract
      Added value: +{
      +  "description": "NFT contract address — enables the on-chain risk scan (recommended)",
      +  "type": "string"
      +}
  2. First observedv1.1.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It usefully discloses that valuations are 'AI-synthesized', the per-endpoint pricing, and the on-chain GoPlus NFT context. However, it does not state whether the tool is read-only, what output shape to expect, rate limits, data freshness, or potential variability in results.

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 well-structured: it starts with the tool's purpose, then a coverage line, then a clear bulleted endpoint list. It is reasonably sized for an API with 11 endpoints, though the truncated sentence 'Real-' and the repeated pricing labels add slight noise. Overall, it is front-loaded and organized well.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 10 parameters, 11 endpoints, and no output schema or annotations, the endpoint list provides a useful overview and helps an agent pick an action. However, it lacks per-endpoint required parameter information, return format descriptions, language/chain constraints, and operational notes, so an agent may need trial and error to invoke it correctly in some cases.

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 description coverage is 100%, so the baseline is 3. The endpoint list adds meaningful semantics to the 'action' parameter by describing each endpoint's purpose. However, some parameter descriptions in the schema are tautological (e.g., 'lang', 'item1', 'item2'), and the tool description does not clarify which parameters are needed for which endpoints or provide additional parameter-specific details.

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 identifies the tool as 'Global collectibles market intelligence API' with 'AI-synthesized valuations' for a specific domain, and lists 11 distinct endpoints with concrete actions (value, grade, authenticate, etc.). This strongly differentiates it from sibling tools, which are named as other domain-specific pulse tools.

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

Usage Guidelines3/5

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

The endpoint list gives clear context about what the tool can do and implies when to use it (collectibles valuation/investigation), but it does not explicitly state when to use this tool over alternatives or when not to use it. There is no guidance on which endpoint to choose beyond the brief one-line descriptions, nor any exclusions.

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