confluence-mcp

by zereight
Verified

update_page

Modify Confluence page content and title by specifying the page ID and updated details using the Confluence-MCP server.

Instructions

Update an existing Confluence page

Input Schema

NameRequiredDescriptionDefault
contentYesNew page content in storage format
pageIdYesID of the page to update
titleNoNew page title (optional)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New page content in storage format", "type": "string" }, "pageId": { "description": "ID of the page to update", "type": "string" }, "title": { "description": "New page title (optional)", "type": "string" } }, "required": [ "pageId", "content" ], "type": "object" }
ID: p7fnmpaukj