create_page
Create a new page in a Confluence space by providing the space key, title, and content in storage format. Optionally, specify a parent page ID.
Instructions
Create a new Confluence page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new page | |
| content | Yes | Content of the page in Confluence Storage Format (XHTML) | |
| parentId | No | Optional ID of the parent page | |
| spaceKey | Yes | Key of the space where the page will be created |