Skip to main content
Glama
MaxWilk

poe2-build-mcp

by MaxWilk

get_build_stats

Retrieve Path of Building computed stats for your build. Request a default summary or specific stats like TotalDPS and Life, all calculated by the real PoB engine.

Instructions

Return Path-of-Building-computed stats for the currently loaded build.

Pass keys to request specific stats (e.g. ["TotalDPS", "Life", "EnergyShield"]); omit it for a default summary. Every value is computed by the real PoB engine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It states computed by 'real PoB engine' but lacks details on side effects, error behavior (e.g., no build loaded, invalid keys), or performance implications. This is insufficient for a mutation-free tool.

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 concise sentences with front-loaded purpose. Every word earns its place; no fluff. Ideal length for quick parsing.

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

Completeness3/5

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

Despite having an output schema, the description does not specify what the default summary includes or any error conditions (e.g., if no build is loaded). For a tool with a single parameter, it is minimally adequate but leaves room for ambiguity.

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

Parameters4/5

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

With 0% schema coverage, the description adds critical meaning: explains 'keys' is an optional array of strings for specific stats, gives examples, and clarifies omission yields a default summary. This compensates well for the schema gap.

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 returns PoB-computed stats for the currently loaded build, with a specific verb ('Return') and resource ('build stats'). It distinguishes from siblings like get_defenses (specific defense stats) and get_build (full build data).

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?

The description provides clear usage guidance: pass 'keys' for specific stats or omit for a default summary. It does not explicitly mention when to use alternatives like get_defenses, but the context is sufficient for an agent to decide.

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