Copy Space Item Tool
copy-space-itemUse this when the user wants to copy, duplicate, or clone a Space page/document, folder, or external link and its children into another Space. State-changing: creates copied items in the target Space after authorization. Requires source_space_id, item_id, target_space_id, and optional target_parent_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Source Space item ID. | |
| source_space_id | Yes | Numeric source Space ID that currently contains the item to copy. | |
| target_space_id | Yes | Numeric destination Space ID where the copied item should be created. | |
| target_parent_id | No | Optional target parent folder ID, or null for root. |