move_item
Move a sidebar item (page or database) to a new parent within the workspace. Pass null to move to workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The workspace item ID to move | |
| newParentId | No | New parent item ID. Pass null or omit to move to workspace root. | |
| contextRunId | No | prepare_context contextRunId. Required for mutations when the workspace uses Strict context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| moved | Yes | Whether the item was moved |