list_set_cards
Retrieve all cards of a specific Magic: The Gathering set, with optional filters for rarity, type, format, and legality, and paginated results.
Instructions
List all cards in a set, paginated. Supports the same filters as search_cards (rarity, type, format, legality).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Set code. | |
| rarity | No | ||
| type | No | ||
| format | No | ||
| legality | No | ||
| page | No | ||
| limit | No |