confluence_move_page
Move a Confluence page to a different parent. Preview the move before confirming to change the page's location in the content tree.
Instructions
Move a Confluence page to a new parent.
DESTRUCTIVE: This changes the page's location in the content tree. By default
this tool runs in preview mode — call with confirm=True to actually move.
You MUST show the preview to the user and get their explicit approval before
calling again with confirm=True.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
target_parent_id: The page ID of the new parent page.
confirm: Must be True to actually move. False (default) shows a preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| page_id | Yes | ||
| target_parent_id | Yes |