Confluence Communication Server

get_page_content

Get the content of a Confluence page

Input Schema

NameRequiredDescriptionDefault
pageIdYesConfluence Page ID

Input Schema (JSON Schema)

{ "properties": { "pageId": { "description": "Confluence Page ID", "type": "string" } }, "required": [ "pageId" ], "type": "object" }

You must be authenticated.

Other Tools