Skip to main content
Glama

Confluence Communication Server

update_page_content

Modify Confluence page content by updating HTML and optionally changing the title using the page ID. Simplify content management within Confluence workspaces.

Instructions

Update the content of a Confluence page

Input Schema

NameRequiredDescriptionDefault
contentYesHTML content to update the page with
pageIdYesConfluence Page ID
titleNoPage title (optional, if you want to change it)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "HTML content to update the page with", "type": "string" }, "pageId": { "description": "Confluence Page ID", "type": "string" }, "title": { "description": "Page title (optional, if you want to change it)", "type": "string" } }, "required": [ "pageId", "content" ], "type": "object" }

Other Tools from Confluence Communication 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/KS-GEN-AI/confluence-mcp-server'

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