bulk_format_legality
Check multiple Magic: The Gathering cards for legality in a chosen format at once. Returns a clear table showing each card's status.
Instructions
Batch legality check for cards in a specific format.
Returns a markdown table showing the legality status of each card in the specified format. Handles common format aliases (e.g. 'edh' for 'commander').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | List of card names to check legality for | |
| format | Yes | Format to check (e.g. 'commander', 'modern', 'standard', 'legacy') |