get_meta
Return a Disney Lorcana Core Constructed metagame snapshot: tier list of every ink pair plus recent tournament standings and decklists.
Instructions
Return a hand-maintained Core Constructed metagame snapshot: a tier list
of every two-ink pair (archetype name, tier, rough meta share, playstyle)
plus a summary of recent notable tournament results — for answering
"what's strong right now" or "how does my ink pair compare". With event
set, returns that tournament's full standings and decklists instead.
Unlike every other tool here, this is NOT a live fetch. There is no free,
structured feed for competitive metagame share or tournament decklists —
inkDecks.com and lorcana.gg publish this as HTML, and tournament results
circulate as social-media images, not an API. This tool instead returns a
versioned snapshot bundled into the package at release time (see
lorcana_mcp/meta.py / tournaments.py and the CHANGELOG for when it was
last refreshed). The response states its own snapshot date and sources up
front, and flags which rows have actually been checked against a real
recent tournament result versus older, unverified metagame-tracker data
— don't treat an old row's tier/meta-share as more current than it is.
Tournament decklists are transcribed from card-grid images: counts/art
are reliable, but a few 1-of tech slots and some subtitles are best-effort
(per-list notes flag where).
Usage guidelines: reach for this when a player asks what's currently
good, whether a given ink pair is competitive, or wants context before
calling build_deck. For a specific event's lists, pass event (the
plain snapshot output lists which events are available). It complements
build_deck/analyze_deck, which build or evaluate one concrete deck.
Args:
ink_colors: Optional pair of ink colors to filter to one tier-list
row, comma- or slash-separated, e.g. "Emerald,Steel" or
"Amber/Sapphire" (order doesn't matter). Ignored if
event is set.
event: Optional tournament key or name fragment (e.g. "nac",
"kobe", "asia-championship-2026") to get that event's full
standings + decklists instead of the tier list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | ||
| ink_colors | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |