Skip to main content
Glama

Confluence MCP Server

by Olson3R

update_page

Modify and refresh Confluence pages by updating their title, content, and version number through the MCP server, ensuring accurate and synchronized page revisions.

Instructions

Update an existing Confluence page

Input Schema

NameRequiredDescriptionDefault
contentYesNew page content
pageIdYesPage ID to update
titleYesNew page title
versionYesCurrent version number (required for updates)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New page content", "type": "string" }, "pageId": { "description": "Page ID to update", "type": "string" }, "title": { "description": "New page title", "type": "string" }, "version": { "description": "Current version number (required for updates)", "type": "number" } }, "required": [ "pageId", "title", "content", "version" ], "type": "object" }

Other Tools from Confluence MCP Server

Related Tools

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