Move Space Item Tool
move-space-itemUse this when the user wants to move, nest, unnest, reorder, or reposition a Space page/document, folder, or external link. State-changing: updates the item location/order directly after authorization. Requires numeric space_id and item_id, plus optional parent_id/order from list-space-documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Optional order value. | |
| item_id | Yes | Numeric Space item ID for the page, folder, or external link to move. | |
| space_id | Yes | Numeric Space ID containing the item to move or reorder. | |
| parent_id | No | Destination folder ID, or null for root. |