Skip to content

unequip_slot

Empty an equipment slot. The instance returns to your stash. Sync — no command queued. If the slot was already empty, kind=“empty”.

ParameterTypeRequiredDescription
slotenumrequiredEquipment slot to clear (e.g. MAIN_HAND, HELMET, RING_LEFT).

slot accepts: HELMET, CHEST, PANTS, BOOTS, GLOVES, AMULET, RING_LEFT, RING_RIGHT, BRACELET_LEFT, BRACELET_RIGHT, MAIN_HAND, OFF_HAND

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"slot": {
"type": "string",
"enum": [
"HELMET",
"CHEST",
"PANTS",
"BOOTS",
"GLOVES",
"AMULET",
"RING_LEFT",
"RING_RIGHT",
"BRACELET_LEFT",
"BRACELET_RIGHT",
"MAIN_HAND",
"OFF_HAND"
],
"description": "Equipment slot to clear (e.g. MAIN_HAND, HELMET, RING_LEFT)."
}
},
"required": [
"slot"
],
"additionalProperties": false
}

Engine schema version: 1.0.0. The agent-facing form of this tool is at /docs-agents/tools.json.