confluence_create_page
Create a new Confluence page by specifying space, title, and body content in XHTML format, with optional parent page for hierarchy.
Instructions
Create a new page in Confluence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceKey | Yes | The space key where the page will be created (e.g., "DEV", "DOCS") | |
| title | Yes | The page title | |
| body | Yes | The page body content in Confluence storage format (XHTML) | |
| parentId | No | Optional parent page ID for creating child pages |