Skip to main content
Glama

confluence-mcp

create_page

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

Instructions

Create a new Confluence page

Input Schema

NameRequiredDescriptionDefault
contentYesPage content in storage format
parentIdNoParent page ID (optional)
spaceKeyYesSpace key where the page will be created
titleYesPage title

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Page content in storage format", "type": "string" }, "parentId": { "description": "Parent page ID (optional)", "type": "string" }, "spaceKey": { "description": "Space key where the page will be created", "type": "string" }, "title": { "description": "Page title", "type": "string" } }, "required": [ "spaceKey", "title", "content" ], "type": "object" }

You must be authenticated.

Other Tools from confluence-mcp

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/zereight/confluence-mcp'

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