get_card_by_name
Retrieve Magic: The Gathering card details by its exact English name using Scryfall API. Returns JSON data for the most relevant card printing matching the provided name.
Instructions
Retrieve a card by its exact English name, e.g. 'Black Lotus'. Returns the card data in JSON. If multiple cards share that exact name, Scryfall returns one (usually the most relevant printing).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Exact name of the card, e.g. 'Lightning Bolt' |