bulk_format_search
Find cards legal in a Magic format using natural language search, with filters for color identity, price, and rarity.
Instructions
Search for legal cards in a specific format using natural language.
Combines format legality filtering with name/type/text search and optional color identity, price, and rarity constraints. Results are sorted by EDHREC rank (most popular first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return | |
| query | Yes | Search query -- card name, type, or oracle text substring (e.g. 'flying creatures', 'destroy target') | |
| format | Yes | Format to search in (e.g. 'commander', 'modern', 'standard') | |
| rarity | No | Rarity filter (e.g. 'common', 'uncommon', 'rare', 'mythic') | |
| max_price | No | Maximum USD price filter | |
| color_identity | No | Color identity filter (e.g. 'sultai', 'WU', 'red'). Only returns cards within this identity. | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |