Skip to main content
Glama
MaxWilk

poe2-build-mcp

by MaxWilk

relevant_uniques

Finds unique items and jewels that synergize with your active build by matching skill scaling and type against unique mod text. Results are ranked by relevance to help identify build-defining uniques.

Instructions

Surface unique items + unique JEWELS that synergize with the ACTIVE build (corpus suggestions).

Matches the active main skill's scaling — its damage type, skill type (spell/attack/projectile/…) and the skill name — against unique mod text, ranked by how many match. Uniques often DEFINE or ENABLE a build (extra projectiles, "+levels to skills", a converted mechanic), and unique JEWELS (Voices, Megalomaniac, …) supply the passive/notable density meta trees lean on — exactly the power a from-scratch, rare-only build misses. These are CANDIDATES, not verified: a unique often enables a mechanic, so read full text with get_unique, then equip_item / equip_jewel and measure the real delta — every number still comes from the engine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations exist, so the description carries full burden. It transparently states the tool returns candidates based on matching criteria and that numbers come from the engine. It does not disclose state-dependence explicitly but implies it via 'active build'.

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

Conciseness4/5

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

The description is about five sentences, well-structured starting with purpose and then details. It is efficient but could be slightly more concise. No redundant 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 tool has one optional parameter, output schema, and no nested objects, the description covers purpose, matching logic, candidate status, and recommended follow-up actions. It is sufficiently complete for an agent to use correctly.

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 coverage is 0% and the description does not mention the 'limit' parameter. However, the parameter is a single optional integer with a self-explanatory name and default, so minimal additional meaning is needed. The description does not compensate for the coverage 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 surfaces unique items and jewels that synergize with the active build, matching against scaling and skill name. It distinguishes from related tools like get_unique by noting these are candidates, not verified.

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, advising to follow up with get_unique, equip_item, or equip_jewel to measure actual impact. However, it does not explicitly state when not to use this tool or list direct alternatives.

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