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
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Exact or prefix card name. Either this OR (set_code AND card_number) is required. | |
| set_code | No | Set abbreviation, e.g. "SOR". | |
| card_number | No | Card number within the set, e.g. "123". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hp | No | ||
| id | Yes | Stable lookup id, e.g. 'SOR/123' | |
| cost | No | ||
| name | Yes | Display name including subtitle if present | |
| type | Yes | ||
| power | No | ||
| arenas | No | ||
| artist | No | ||
| number | Yes | ||
| rarity | No | ||
| source | No | api | |
| traits | No | ||
| unique | No | ||
| aspects | No | ||
| back_art | No | ||
| keywords | No | ||
| set_code | Yes | ||
| subtitle | No | ||
| back_text | No | ||
| card_type | Yes | ||
| front_art | No | ||
| image_url | No | ||
| lookup_id | Yes | Same as id; kept for back-compat | |
| foil_price | No | ||
| front_text | No | ||
| epic_action | No | ||
| display_name | Yes | ||
| double_sided | No | ||
| market_price | No | ||
| variant_type | No |