confluence_create_page
Create a new page in Confluence by specifying space key, title, and body content. Optionally set a parent page to organize 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 |