Identify
identifyFuse game raws with wiki strategy to reveal a Dwarf Fortress creature's traits and handling. Get attacks, trap immunity, and strategy tips from a token, name, or unit ID.
Instructions
One-call "what is this creature and how do I handle it": fuses THIS WORLD's raws (ground truth) with the DF wiki (strategy). Pass a creature token (e.g. "DEMON_4"), a name ("flame phantom"), or a live unit_id (all digits) — same contract as game_data. Returns the creature dossier (flags, attacks, interactions — e.g. a TRAPAVOID flag means cage traps cannot hold it) plus 1-2 trimmed wiki strategy excerpts. Procedural creatures (demons, forgotten beasts, titans) have no wiki page, so strategy leans on their traits plus the most relevant trait page (fire, building destroyer). Use this instead of a bare wiki lookup so world-specific facts are never missed. Multiple matches return a disambiguation list; returns {"error":"no game loaded"} if no game is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Creature token, name fragment, or a live unit_id (all digits) |