Skip to main content
Glama

Confluence MCP Server

by Olson3R

create_page

Generate a new Confluence page with specified space, title, content, and optional parent page ID using secure access through the Confluence MCP Server.

Instructions

Create a new Confluence page

Input Schema

NameRequiredDescriptionDefault
contentYesPage content (HTML or storage format)
parentIdNoOptional: Parent page ID
spaceKeyYesTarget space key
titleYesPage title

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Page content (HTML or storage format)", "type": "string" }, "parentId": { "description": "Optional: Parent page ID", "type": "string" }, "spaceKey": { "description": "Target space key", "type": "string" }, "title": { "description": "Page title", "type": "string" } }, "required": [ "spaceKey", "title", "content" ], "type": "object" }

Other Tools from Confluence MCP 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/Olson3R/confluence-mcp'

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