confluence_create_page
Create a Confluence page in a specified space by providing a title, markdown content, and optional parent page. Supports draft or published status for structured documentation.
Instructions
Create a new Confluence page in the specified space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Page content as plain markdown. Converted to ADF before sending. | |
| title | Yes | Page title | |
| status | No | "current" (published, default) or "draft" | |
| spaceId | Yes | Numeric space ID. Use confluence_get_spaces to look up IDs by name or key. | |
| parentId | No | Numeric ID of parent page. If omitted, page is created at space root. |