search_cards
Search Magic: The Gathering cards using text queries to find matches based on name, set, or card abilities. Returns results including card details or errors if no matches are found via Scryfall API integration.
Instructions
Search for MTG cards by a text query, e.g. 'oracle text includes: draw cards'. Returns a list of matching cards (with basic fields: name, set, collector_number, ID). If no matches are found, returns an error message from Scryfall.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | A full text query, e.g. 't:goblin pow=2 o:haste' |