Skip to main content
Glama

tcg_psa_get_images

Read-onlyIdempotent

Retrieve front and back image URLs for a PSA graded card by providing its certification number. Only works for cards graded after October 2021.

Instructions

Fetch front/back image URLs for a PSA graded card.

NOTE: PSA only attaches images to cards graded after October 2021 — older slabs return an empty list with no error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, signaling safety. The description adds valuable context that older slabs yield an empty list without error, which is not inferable from annotations alone.

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?

Two sentences in a single paragraph: one for the primary action, one for a critical behavioral note. No wasted words; the important information is front-loaded.

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?

With an output schema present, return values need not be detailed. However, the description omits the format of the URLs, error handling for invalid cert numbers, and any additional prerequisites beyond the date constraint.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description does not explain the 'cert_number' parameter (e.g., it is the PSA certification number). The agent must rely on the parameter name and schema constraints, which are insufficient for full understanding.

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 uses specific verb 'Fetch' and clearly identifies the resource as 'front/back image URLs for a PSA graded card.' It distinguishes from siblings like 'tcg_psa_get_cert' which retrieves certificate metadata.

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 provides a key usage note: PSA only attaches images to cards graded after October 2021, so older slabs return an empty list. This guides the agent on when results are meaningful. However, it does not compare with alternatives or explicitly state when not to use.

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/seanlok/tcg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server