search_cards
Search for Magic: The Gathering cards using Scryfall syntax to filter by name, color, type, text, mana cost, price, and more. Returns matching cards with their details.
Instructions
Search for Magic: The Gathering cards by name, type, or other criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query using Scryfall syntax. Supported prefixes: c:/color: (card color), id:/identity: (color identity), t:/type: (card/sub/supertype), o:/oracle: (card text), fo:/fulloracle: (full oracle text), keyword:/kw: (keyword abilities), m:/mana: (mana symbols), mv:/manavalue: (converted mana cost), power:, toughness:, loyalty:, devotion:, is: (card characteristics), f:/format: (format legality), e:/s:/set: (set code), r:/rarity:, a:/artist:, year:, game: (paper/arena/mtgo), usd: (USD price), eur: (EUR price), tix: (MTGO ticket price). Operators: >, <, =, >=, <=, !=. Use OR for alternatives, - for negation, parentheses for grouping, quotes for exact phrases, ! for exact names. | |
| limit | No | Maximum number of results (default: 10) |