suggest_mana_base
Analyzes color pip distribution in a decklist to suggest an optimal mana base, including land count and format-legal dual lands.
Instructions
Suggest a mana base for a decklist based on color pip distribution.
Analyzes color requirements, recommends land count, and suggests format-legal dual lands. Handles hybrid and phyrexian mana.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decklist | Yes | Non-land card names in the deck | |
| format | Yes | Format for land legality checking (e.g. 'commander', 'modern') | |
| total_lands | No | Override total land count (default: auto-calculated from avg CMC) | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |