Skip to main content
Glama
MaxWilk

poe2-build-mcp

by MaxWilk

compare_to

Compare your current Path of Exile 2 build against another build by providing its code, link, or XML. View stat differences and deltas without losing your active build.

Instructions

Compare the active build against another build (code/link/XML) without losing it.

Snapshots the current build, loads source to read its stats, then restores the current build. Returns the current stats, the other build's stats, and per-stat deltas (other - current).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
keysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description fully discloses the behavioral process: snapshotting, loading source, restoring, and returning stats with deltas. It also explains the 'without losing it' safety trait. The only missing detail is the effect on the application state after use.

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?

The description is two sentences, front-loaded with the core action, and every sentence adds value. No extraneous information.

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?

Given the presence of an output schema, the description adequately covers the tool's behavior, process, and output format. It misses details about the 'keys' parameter, but overall it is sufficient for a build comparison tool.

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?

The description adds meaning for 'source' by specifying it can be a code, link, or XML, which is absent in the schema. However, 'keys' is not explained, leaving its purpose unclear. Since schema coverage is 0%, the description partially compensates but lacks full parameter clarity.

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's purpose: 'Compare the active build against another build' and details the process. It distinguishes itself from siblings by specifying the comparison action and preservation of the current build, which is unique among the listed tools.

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

Usage Guidelines3/5

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

The description implies usage context by noting 'without losing it,' but it does not explicitly state when to use this tool over alternatives like evaluate_build or export_build. No when-not guidance or alternative mentions.

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/MaxWilk/poe2-build-mcp'

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