Get card by name
get_card_namedRetrieve a Magic: The Gathering card by exact or fuzzy name. Optionally specify set code for a specific printing or request full card object.
Instructions
Fetch a single card by name. Use 'exact' for an exact (case-insensitive) name, or 'fuzzy' for a forgiving best-match search. Provide exactly one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set | No | Optional set code to pull a specific printing, e.g. 'mh2'. | |
| full | No | Return the full Scryfall card object instead of a summary. | |
| exact | No | Exact card name. | |
| fuzzy | No | Fuzzy / partial card name. |