sideboard_guide
Generate a customized sideboard plan for a specific Magic: The Gathering matchup based on your deck and sideboard cards.
Instructions
Get a specific sideboard in/out plan for a named matchup.
Given a full 75 and a matchup archetype, produces specific boarding instructions with reasoning.
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') | |
| matchup | Yes | Matchup archetype name (e.g. 'Mono-Red Aggro') — fuzzy matched | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |