remove_item
Remove items from character inventories in RPG sessions. Specify character ID, item ID, and quantity to manage inventory items.
Instructions
Remove an item from a character's inventory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| characterId | Yes | ||
| itemId | Yes | ||
| quantity | No | ||
| sessionId | No |