sideboard_matrix
Create a sideboard matrix for your deck across common matchups, indicating which cards to bring in and out, with auto-detection from metagame data.
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 |
|---|---|---|---|
| format | Yes | Competitive format (e.g. 'Modern', 'Pauper') | |
| decklist | Yes | Main deck card names (e.g. ['4 Lightning Bolt', '4 Goblin Guide']) | |
| matchups | No | Matchup names to include — omit to auto-detect from metagame data | |
| sideboard | Yes | Sideboard card names (e.g. ['2 Hydroblast', '3 Tormod\'s Crypt']) | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |