resolve_card
Resolve informal, misspelled, or incomplete Disney Lorcana card names to matching cards, handling typos, missing subtitles, and word order. Use when exact card lookup fails.
Instructions
Resolve an informal, misspelled, or subtitle-less card name to specific card(s).
Unlike lookup_card's simple substring match, this tokenizes the query and scores it against every card's name and subtitle, tolerating missing dashes ("goofy musketeer"), missing subtitles ("Elsa" — which returns all her versions), word order, and minor typos ("musketer"). Use this when lookup_card fails or when you're not sure of a card's exact printed name.
Returns one of three shapes:
A single confident match: full card detail (same as lookup_card).
Multiple plausible matches: a ranked top-3 list with confidence scores, for you to disambiguate (e.g. "Pete" with no further qualifier, or a bare character name matching several printings).
No match: nothing scored above the noise floor.
Args: name: Informal, partial, or misspelled card name. set_name: Optional set name to narrow the search, e.g. "Wilds Unknown".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| set_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |