search_cards
Find Lorcana cards by any combination of filters including colors, type, rarity, set, cost, keyword, ability text, and subtype.
Instructions
Search the full Lorcana card pool by any combination of filters.
All filters are optional and ANDed together, except colors: a card matches if it has ANY of the given colors, so dual-ink cards surface for either half.
Args: colors: Comma-separated ink color(s), e.g. "Amber,Steel". Case-insensitive. card_type: "Character", "Action", "Item", "Location", or "Song" (Action cards with the Song subtype). rarity: "Common", "Uncommon", "Rare", "Super Rare", "Legendary", "Enchanted", "Epic", "Iconic", or "Special". set_name: Set name substring, e.g. "Wilds Unknown". cost_min: Minimum ink cost, inclusive. Pass -1 (default) for no minimum. cost_max: Maximum ink cost, inclusive. Pass -1 (default) for no maximum. keyword: Keyword ability name, e.g. "Evasive", "Rush", "Bodyguard", "Shift". ability_text: Substring to search for in full ability text (case-insensitive). subtype: Subtype/classification, e.g. "Toy", "Hero", "Villain", "Princess". offset: Pagination offset, 0-based. limit: Max results in this page (default 25, capped at 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| colors | No | ||
| offset | No | ||
| rarity | No | ||
| keyword | No | ||
| subtype | No | ||
| cost_max | No | ||
| cost_min | No | ||
| set_name | No | ||
| card_type | No | ||
| ability_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |