set_item_parent
Assigns a parent item to a child item, establishing a containing relationship such as placing an item inside a box.
Instructions
Set or change the parent item for an item. This creates a parent-child relationship where the item becomes a child of another item (e.g., putting an item inside a box).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The ID (UUID) of the item to set the parent for (the child item) | |
| parentId | Yes | The ID (UUID) of the parent item that will contain this item |