confluence_create_page
Create a Confluence page in a target space. Provide space key, title, and body (XHTML) to publish the page; optionally set a parent page ID.
Instructions
Create a new Confluence page. Body is treated as Confluence storage-format XHTML — pass HTML-ish markup, not markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Storage-format body (XHTML). Plain text is accepted and wrapped in <p>. | |
| title | Yes | ||
| parentId | No | Optional parent page id | |
| spaceKey | Yes | Space key, e.g. 'ENG'. The server resolves it to a spaceId. |