find_path_to_node
Finds the shortest path to a target passive node in your Path of Exile 2 build. Returns alternative paths when requested for routing flexibility.
Instructions
Find the shortest path from your current tree to a specific passive node. Uses loaded Lua bridge build when no build_name is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build_name | No | Build to analyze (optional if a build is loaded via lua_load_build) | |
| target_node_id | Yes | ID of the target passive node | |
| show_alternatives | No | Return up to 3 alternative paths instead of just the shortest (default: false) |