confluence-mcp

by zereight
Verified

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

ID: p7fnmpaukj