Skip to main content
Glama

Confluence MCP Server

by Olson3R

update_page

Modify Confluence pages by updating their title, content, and version using the specified page ID. Ensure accurate and timely revisions to your Confluence documentation.

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" }

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