You're viewing a demo portfolio

Join the waitlist
PRSM

confluence_create_page

Active

Tool of mcp-confluence

declared in 0.1.0

Create a new Confluence page with title and content. Specify parent page ID or space key (e.g., "ENG"). Returns page ID and URL.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "body": "<p>This is the API documentation page.</p>",
      "title": "API Documentation",
      "spaceId": "ENG"
    },
    {
      "body": "<h1>Q4 Goals</h1><p>Revenue targets and initiatives.</p>",
      "title": "Q4 Planning",
      "status": "draft",
      "spaceId": "SALES",
      "parentId": "11111"
    }
  ],
  "required": [
    "spaceId",
    "title",
    "body"
  ],
  "properties": {
    "body": {
      "type": "string",
      "description": "Page body content in Confluence storage format (XHTML)"
    },
    "title": {
      "type": "string",
      "description": "Page title"
    },
    "status": {
      "type": "string",
      "description": "Page status: \"current\" (published) or \"draft\". Default: \"current\""
    },
    "spaceId": {
      "type": "string",
      "description": "Space ID to create the page in"
    },
    "parentId": {
      "type": "string",
      "description": "Parent page ID (optional, for nesting)"
    }
  }
}

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 →
confluence_create_page — mcp-confluence — PRSM MCP