Skip to main content
Glama
rpeters1430

poe2-mcp-server

by rpeters1430

Refresh active build

refresh_active_build

Reload the active build from its source file or poe.ninja identity to reflect updates. Note: pasted codes/XML require a fresh import.

Instructions

Reload the same pinned/selected build from its PoB file or poe.ninja identity. Pasted share codes/XML cannot be refreshed and must be imported again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already signal non-read-only/open-world behavior and non-destructive intent. The description adds useful behavioral context: it refreshes from a persisted source, preserves the same selection, and explicitly cannot handle pasted codes. This goes beyond what annotations alone convey.

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 tight sentences with no filler. The core operation is front-loaded, and the critical limitation appears immediately after, earning every word.

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 simple zero-parameter, no-output-schema tool, the description provides the operation, source types, and an important exclusion. It could add a hint about what happens after refresh, but nothing essential for invoking it correctly is missing.

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 zero parameters and 100% schema coverage, there is no parameter burden for the description to carry. The baseline of 4 applies because the tool is parameterless and the description correctly imposes no parameter expectations.

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?

States a specific verb ('Reload') and resource ('same pinned/selected build'), and names two source identities (PoB file, poe.ninja). The added exclusion of pasted share codes/XML clearly distinguishes this from import-based siblings.

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 clearly conveys when refresh is valid (pinned/selected builds) and when it is not (pasted share codes/XML), directing those cases to re-import. It stops short of naming the sibling import tools explicitly, but the guidance is actionable.

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