give_item
Add items to a character's inventory in RPG game sessions using character and item identifiers.
Instructions
Add an item to a character's inventory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| characterId | Yes | ||
| itemId | Yes | ||
| quantity | No | ||
| sessionId | No |