Skip to main content
Glama

Confluence MCP Server

by Olson3R

create_page

Generate a new Confluence page by specifying space key, title, content, and optional parent page ID. Simplifies page creation within the Confluence MCP Server environment.

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

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