Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
notesNoAdditional notes to append to build notes
overwriteNoAllow overwriting existing file (default: false)
build_nameYesSource build filename (e.g., 'MyBuild.xml')
output_nameYesOutput filename (without .xml extension)
output_directoryNoTarget directory (optional, defaults to POB_DIRECTORY/.pob-mcp/exports)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It states it creates a copy/variant and notes the Lua bridge limitation, which is useful. However, it doesn't disclose write permissions, overwrite behavior, or potential side effects like file creation on disk in detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core purpose, followed by a critical caveat. No wasted words, every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 5-parameter tool with no output schema, the description covers the main purpose and the key exception. It lacks return value information but is otherwise adequate for an agent to understand the tool's function.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds no additional parameter meaning beyond what the schema already provides, such as defaults for output_directory or overwrite behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool exports a copy of a build to an XML file and creates a variant/copy. It uses specific verb ('Export') and resource ('build'), and the note about Lua bridge distinguishes it from save_tree, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-not guidance: 'This does NOT export from Lua bridge - use save_tree to apply Lua bridge modifications back to files.' This offers a clear alternative for a specific scenario. However, it doesn't give broader context on when to use this over other export/snapshot tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zgrummons/pob2-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server