Get card prices
get_card_pricesRetrieve market prices and purchase links for any Magic card using its name, Scryfall ID, or set and collector number.
Instructions
Return market prices (USD, USD foil, EUR, MTGO tix) and purchase links for a card, identified by id, name, or set + collector number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Scryfall card UUID. | |
| set | No | Set code (use with collector_number, or to pin a printing of 'name'). | |
| name | No | Exact card name (or fuzzy when fuzzy=true). | |
| fuzzy | No | Treat 'name' as a fuzzy match. Default false. | |
| collector_number | No | Collector number (use with set). |