transfer_item
Move items between characters in RPG sessions. Specify source character, target character, and item details to complete transfers.
Instructions
Transfer an item from one character to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromCharacterId | Yes | Character giving the item | |
| toCharacterId | Yes | Character receiving the item | |
| itemId | Yes | The item to transfer | |
| quantity | No | How many to transfer | |
| sessionId | No |