unequip_slot
Empty an equipment slot. The instance returns to your stash. Sync — no command queued. If the slot was already empty, kind=“empty”.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
slot | enum | required | Equipment 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
Input schema
Section titled “Input schema”{ "$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.