You're viewing a demo portfolio

Join the waitlist
PRSM

confluence_get_page

Active

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-confluence

https://github.com/pipeworx-io/mcp-confluence

2/7 registries
View full server →