Skip to main content
Glama
MaxWilk

poe2-build-mcp

by MaxWilk

unequip_item

Empty an equipment slot on your Path of Exile 2 build by specifying the slot (e.g., 'Ring 2', 'Body Armour') to unequip the item.

Instructions

Clear an equipment slot on the active build (e.g. "Ring 2", "Body Armour", "Weapon 1").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slotYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so description carries full burden. It states 'clear an equipment slot' but does not disclose what happens to the unequipped item (destroyed? returned to inventory?), nor any permissions or side effects.

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?

A single, clear sentence with no unnecessary words. Perfectly sized for the tool's simplicity.

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?

Given an output schema exists, return values are not needed. However, the description lacks info on prerequisites, error states, and the fate of the item. For a simple tool, it is minimally adequate but not fully complete.

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?

Schema coverage is 0% (no description in schema), but the tool description provides example values ('Ring 2', 'Body Armour', 'Weapon 1') that add context beyond the plain string type. However, it does not specify valid format or list all possible slots.

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 uses the specific verb 'clear' and resource 'equipment slot on the active build', with clear examples ('Ring 2', 'Body Armour', 'Weapon 1'). It immediately distinguishes from siblings like 'equip_item'.

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

Usage Guidelines2/5

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

No explicit guidance on when to use vs. alternatives (e.g., 'equip_item' is not mentioned). No conditions or prerequisites given, such as whether the slot must be occupied.

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