confluence_get_page
ActiveTool of mcp-confluence
declared in 0.1.0
Get full content of a Confluence page by ID. Returns title, body content, status, version, and space info.
Parameters schema
{
"type": "object",
"examples": [
{
"page_id": "12345"
},
{
"page_id": "67890",
"body_format": "atlas_doc_format"
}
],
"required": [
"page_id"
],
"properties": {
"page_id": {
"type": "string",
"description": "Page ID"
},
"body_format": {
"type": "string",
"description": "Body format to return: \"storage\" (HTML) or \"atlas_doc_format\" (ADF). Default: \"storage\""
}
}
}Parent server
mcp-confluence
https://github.com/pipeworx-io/mcp-confluence
2/7 registries