complete_deck
Analyze a partial Magic: The Gathering decklist and recommend cards to complete it, balancing mana curve, card roles, and format-specific ratios.
Instructions
Identify gaps in a partial decklist and suggest cards to fill them.
Analyzes mana curve, card roles, and format-specific ratios, then suggests cards for underrepresented categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decklist | Yes | Partial decklist — card names already chosen | |
| format | Yes | Format to build for (e.g. 'standard', 'modern', 'commander') | |
| commander | No | Commander name (required for Commander format) | |
| budget | No | Maximum price per suggested card in USD | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |