evaluate_upgrade
Determine if a card improves a commander deck by analyzing synergy, price, and combos to guide upgrade decisions.
Instructions
Assess whether a card is worth adding to a specific commander deck.
Returns card details, price, synergy score, and combos enabled for the caller to assess. Degrades gracefully if optional sources (EDHREC, Spellbook) are unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_name | Yes | Card to evaluate for the deck (e.g. 'Spore Frog') | |
| commander_name | Yes | Commander the deck is built around | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |