confluence_move
Move a Confluence page to a new parent or reorder it as a sibling within the same space.
Instructions
Move or reparent a Confluence page within its current space. position is "append" (default — target becomes new parent), "before", or "after" (sibling reorder relative to target). Same-space only — cross-space moves are not supported. Returns the moved page's metadata as YAML (id, title, parent_id, ancestors). Mirrors omni-dev atlassian confluence move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ID of the Confluence page to move. | |
| position | No | Position relative to the target. Defaults to `"append"`. Accepted values: `"append"` (target becomes new parent), `"before"`, `"after"`. Same-space only — cross-space moves are not supported. | |
| target_id | Yes | Target page ID — new parent for `position: "append"`, or sibling reference for `"before"`/`"after"`. |