unequip_item
Move equipped items from character equipment slots back to inventory, clearing weapon, armor, or shield slots for management in D&D campaigns.
Instructions
Unequip an item from an equipment slot back to inventory.
Moves the equipped item back to the character's inventory and clears the slot.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_name_or_id | Yes | Character name, ID, or player name | |
| slot | Yes | Equipment slot: weapon_main, weapon_off, armor, or shield | |
| player_id | No | Player ID for permission check (omit for single-player DM mode) |