Skip to main content
Glama

Confluence MCP Server

by Olson3R

move_page

Relocate a Confluence page to a different space or parent page with specified page ID and target space key using a secure, command-driven Confluence MCP Server.

Instructions

Move a Confluence page to a different space or parent

Input Schema

NameRequiredDescriptionDefault
pageIdYesPage ID to move
parentIdNoOptional: New parent page ID in the target space
targetSpaceKeyYesTarget space key to move the page to

Input Schema (JSON Schema)

{ "properties": { "pageId": { "description": "Page ID to move", "type": "string" }, "parentId": { "description": "Optional: New parent page ID in the target space", "type": "string" }, "targetSpaceKey": { "description": "Target space key to move the page to", "type": "string" } }, "required": [ "pageId", "targetSpaceKey" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Olson3R/confluence-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server