bulk_card_lookup
Look up a Magic card by exact name and retrieve full details: mana cost, type, oracle text, colors, power/toughness, prices, legalities, and EDHREC rank.
Instructions
Look up a Magic card by exact name using Scryfall bulk data.
Returns full card details including mana cost, type, oracle text, colors, power/toughness, prices, legalities, and EDHREC rank. Case-insensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Card name for exact lookup, case-insensitive (e.g. 'Sol Ring') | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |