remove_item
Remove items from character inventories in D&D campaigns. Specify character and item to delete quantities or entire entries from sheets.
Instructions
Remove an item from a character's inventory.
Removes the specified quantity of an item. If quantity is greater than or equal to the item's current quantity, the item is removed entirely.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_name_or_id | Yes | Character name, ID, or player name | |
| item_name_or_id | Yes | Item name or ID to remove | |
| quantity | No | Quantity to remove (default: all) | |
| player_id | No | Player ID for permission check (omit for single-player DM mode) |