confluence_copy
Copy a Confluence page with its attachments, labels, and properties to a new parent. Specify source page ID, destination parent ID, and new title.
Instructions
Copy a single Confluence page under a destination parent page (parent_id), giving the copy title. Carries the source page's attachments, labels, and properties (not its restrictions). Single-page copy only. Returns YAML with the new page id. Mirrors omni-dev atlassian confluence copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new copied page. | |
| page_id | Yes | Source page ID to copy. | |
| parent_id | Yes | Destination parent page ID the copy is placed under. |