Import character from poe.ninja
import_poe_ninja_characterImport a Path of Exile 2 character build from poe.ninja and set it as the active build for comparing items, checking defenses, offense stats, and inventory.
Instructions
Import a character build directly from poe.ninja (using a profile URL, or an account name and character name), and set it as the active build for compare_item, get_defenses, get_offense_stats, and get_inventory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league | No | League name/slug (e.g. 'forbiddenrites' or 'Runes of Aldur') | |
| profileUrl | No | Full poe.ninja profile URL, e.g. 'https://poe.ninja/poe2/profile/rpeters1428-1042/forbiddenrites/character/crossbowlol' | |
| accountName | No | Account name if not passing profileUrl (defaults to configured account) | |
| characterName | No | Character name to import (defaults to the account's currently played character) |