scryfall_search_cards
Search for Magic: The Gathering cards using Scryfall's query syntax, with support for pagination and detail level choices.
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 |
|---|---|---|---|
| page | No | Page number for paginated results, 1-indexed | |
| limit | No | Max cards to return (default 30, 0 for all) | |
| query | Yes | Scryfall search query (e.g. 'f:commander id:sultai t:creature cmc<=3'). See scryfall.com/docs/syntax | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |