Skip to main content
Glama

confluence-mcp

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

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/zereight/confluence-mcp'

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