export_build
Export an existing Path of Exile 2 build to a new XML file, creating a copy for backup or variant.
Instructions
Export a copy of a build to an XML file. Creates a variant/copy from an existing build file. NOTE: This does NOT export from Lua bridge - use save_tree to apply Lua bridge modifications back to files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Additional notes to append to build notes | |
| overwrite | No | Allow overwriting existing file (default: false) | |
| build_name | Yes | Source build filename (e.g., 'MyBuild.xml') | |
| output_name | Yes | Output filename (without .xml extension) | |
| output_directory | No | Target directory (optional, defaults to POB_DIRECTORY/.pob-mcp/exports) |