bulk_similar_cards
Identify Magic: The Gathering cards similar to a reference card using keyword, type, CMC, and text analysis. Filter results by format legality and price.
Instructions
Find cards similar to a given card.
Scores similarity based on shared keywords, type words, CMC proximity, and oracle text overlap. Optionally filter by format legality and price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return | |
| format | No | Format filter (e.g. 'commander', 'modern'). Only returns legal cards. | |
| card_name | Yes | Name of the card to find similar cards for | |
| max_price | No | Maximum USD price filter | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |