scryfall_search_cards
Search Magic: The Gathering cards using Scryfall syntax. Filter by format, color identity, type, and more to find specific cards for deck building or rules reference.
Instructions
Search for Magic cards using Scryfall syntax.
Examples: "f:commander id:sultai t:creature", "o:destroy t:instant cmc<=3" See https://scryfall.com/docs/syntax for full syntax reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Scryfall search query (e.g. 'f:commander id:sultai t:creature cmc<=3'). See scryfall.com/docs/syntax | |
| page | No | Page number for paginated results, 1-indexed | |
| limit | No | Max cards to return (default 30, 0 for all) | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |