PoE2 Database Lookup
poe2_db_lookupLook up detailed Path of Exile 2 game data including items, gems, mods, and passives with exact stat values from datamined sources.
Instructions
Look up detailed game data from poe2db.tw — items, gems, mods, passives.
poe2db.tw contains datamined information directly from game files, including exact stat values, gem scaling, mod tiers, and more.
Also useful for finding Russian translations of game terms: use lang="ru" to get Russian page.
IMPORTANT: Skills, passives, and ascendancy nodes with ranks use Roman numerals in poe2db, not Arabic. Convert rank numbers: 1→I, 2→II, 3→III, 4→IV, 5→V. Always include the rank suffix if the user mentions a specific rank.
Args:
term (string): English name of an item, gem, mod, etc. Use underscores for spaces, e.g. "Essence_Drain", "Chaos_Bolt". For ranked skills/passives, append Roman numeral: "Urgent_Totems_II", "War_Cry_III".
lang ("us" | "fr"): Language — "us" for English (default), "fr" for French, etc.
Returns: Raw page content from poe2db (HTML stripped to text, truncated at 6000 chars).
Examples:
Gem details: term="Essence_Drain"
Passive rank 2: term="Urgent_Totems_II" (NOT "Urgent_Totems_2" or "Urgent_Totems")
Ascendancy node rank 3: term="War_Cry_III"
Russian name: term="Chaos_Bolt", lang="ru"
Unique item: term="Atziri's_Rule"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term with underscores for spaces. Use Roman numerals for ranks, e.g. "Urgent_Totems_II", "Essence_Drain" | |
| lang | No | Language: us=English, ru=Russian | us |