bulk_random_card
Retrieve a random Magic: The Gathering card filtered by format, color, type, or rarity. Returns full card details.
Instructions
Get a random Magic card, optionally filtered by format, color, type, and rarity.
Returns full card details in the same format as card_lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Format filter (e.g. 'commander', 'modern'). Only returns legal cards. | |
| rarity | No | Rarity filter (e.g. 'common', 'uncommon', 'rare', 'mythic') | |
| card_type | No | Card type filter (e.g. 'creature', 'instant', 'land') | |
| color_identity | No | Color identity filter (e.g. 'sultai', 'WU', 'red'). Only returns cards within this identity. |