Skip to main content
Glama

swu_lookup_card

Retrieve full Star Wars Unlimited card details using card name or set code and card number.

Instructions

Look up a specific Star Wars Unlimited card by name or set_code+card_number. Returns the full CardDetail record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoExact or prefix card name. Either this OR (set_code AND card_number) is required.
set_codeNoSet abbreviation, e.g. "SOR".
card_numberNoCard number within the set, e.g. "123".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hpNo
idYesStable lookup id, e.g. 'SOR/123'
costNo
nameYesDisplay name including subtitle if present
typeYes
powerNo
arenasNo
artistNo
numberYes
rarityNo
sourceNoapi
traitsNo
uniqueNo
aspectsNo
back_artNo
keywordsNo
set_codeYes
subtitleNo
back_textNo
card_typeYes
front_artNo
image_urlNo
lookup_idYesSame as id; kept for back-compat
foil_priceNo
front_textNo
epic_actionNo
display_nameYes
double_sidedNo
market_priceNo
variant_typeNo
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states it is a read operation and returns a CardDetail record, but does not disclose error/not-found behavior or the fact that prefix matching is allowed (schema provides that). Adequate but not rich.

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?

The description is a single, well-structured sentence that front-loads the verb and key criteria. No redundant or filler 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?

For a simple lookup tool with a full output schema and complete parameter descriptions, the description covers the essential purpose and return type. It lacks only error/not-found behavior and explicit alternative tool guidance, which are minor for this complexity.

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?

The schema already describes all three parameters at 100% coverage, including the OR constraint. The tool description restates this constraint without adding additional meaning or format details, so it does not exceed the schema's contribution.

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 the specific verb 'Look up' and identifies the resource as a specific Star Wars Unlimited card, distinguished by query criteria (name or set_code+card_number). This clearly differentiates it from sibling tools like swu_search_cards or swu_random_card.

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 description implies usage when you have an exact or prefix card name or a set+number combination, but it does not explicitly contrast with swu_search_cards for broad searches or mention when not to use it. Sibling context exists, but the description itself offers no exclusion or alternative guidance.

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/dreliq9/r2-d2'

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