scryfall_card_details
Fetch full details for any Magic: The Gathering card by exact or fuzzy name, with optional concise output.
Instructions
Get full details for a Magic card by exact or fuzzy name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Card name — exact match by default (e.g. 'Muldrotha, the Gravetide') | |
| fuzzy | No | Use fuzzy matching for approximate names (e.g. 'muldrotha' finds 'Muldrotha, the Gravetide') | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |