Get card by Scryfall ID
get_card_by_idRetrieve a specific Magic: The Gathering card by its unique Scryfall ID. Optionally return the complete card object for detailed data.
Instructions
Fetch a single card by its Scryfall UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Scryfall card UUID. | |
| full | No | Return the full card object instead of a summary. |