Skip to main content
Glama

manage_pages

Perform Confluence page operations including creating, updating, deleting, listing, and comparing versions to manage documentation efficiently.

Instructions

Unified tool for Confluence page operations (get, get_by_title, list, get_children, get_ancestors, list_versions, diff)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'get', 'get_by_title', 'list', 'create', 'update', 'delete', 'get_children', 'get_ancestors', 'list_versions', 'move', 'diff'
page_idNoPage ID (required for get, update, delete, get_children, get_ancestors, move, diff)
space_idNoSpace ID (required for list, create, get_by_title)
titleNoPage title (required for create, get_by_title; optional for update)
bodyNoPage body content (for create, update). Accepts markdown by default (# headings, **bold**, *italic*, [links](url), - lists, | tables). Set content_format='storage' to pass raw Confluence XHTML instead.
content_formatNoFormat of body content: 'markdown' (default) or 'storage' for raw Confluence XHTML. When using markdown: # for headings, **bold**, *italic*, \x60code\x60, [text](url) for links, - for lists, | for tables.
parent_idNoParent page ID (for create)
versionNoPage version number (required for update, move — must be current version + 1)
statusNoPage status: 'current', 'draft' (for create, update, list filter)
body_formatNoBody format to return: 'storage', 'atlas_doc_format', 'view'
limitNoNumber of results per page (default 25)
cursorNoPagination cursor for next page
sortNoSort order for list (e.g., '-modified-date', 'title')
target_space_idNoTarget space ID (for move)
target_parent_idNoTarget parent page ID (for move)
from_versionNoStarting version number (required for diff)
to_versionNoEnding version number (required for diff)

Latest Blog Posts

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/zach-snell/ctk'

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