bulk_format_staples
Retrieve the most popular staple cards legal in any Magic: The Gathering format, with rankings that adapt to singleton or competitive play.
Instructions
Find the most popular (staple) cards legal in a format.
Ranking adapts to the format: singleton formats (Commander, Brawl, Oathbreaker) use EDHREC rank; competitive formats use MTGGoldfish tournament frequency when available, falling back to a mana-efficiency heuristic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Color identity filter (e.g. 'sultai', 'WU', 'red'). Only returns cards within this identity. | |
| limit | No | Maximum results to return | |
| format | Yes | Format to find staples for (e.g. 'commander', 'modern', 'legacy') | |
| card_type | No | Card type filter (e.g. 'creature', 'instant', 'land') | |
| ranking_mode | No | How to rank staples: 'auto' (default) picks the best mode for the format, 'edhrec' uses Commander popularity, 'competitive' uses a mana-efficiency heuristic, 'tournament' uses MTGGoldfish metagame frequency. | auto |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |