sideboard_matrix
Build a sideboard matrix that maps sideboard cards to common matchups. Specify deck and sideboard; the matrix shows which cards to bring in or out for each matchup.
Instructions
Generate a sideboard matrix for a deck across common matchups.
Matrix shows which sideboard cards come IN/OUT/FLEX for each matchup. Auto-detects top matchups from metagame data or uses provided matchup list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decklist | Yes | Main deck card names (e.g. ['4 Lightning Bolt', '4 Goblin Guide']) | |
| sideboard | Yes | Sideboard card names (e.g. ['2 Hydroblast', '3 Tormod\'s Crypt']) | |
| format | Yes | Competitive format (e.g. 'Modern', 'Pauper') | |
| matchups | No | Matchup names to include — omit to auto-detect from metagame data | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |