confluence_create_page
Create a new Confluence page by specifying the target space, page title, and content. Optionally set a parent page to organize the page hierarchically.
Instructions
Create a new page in Confluence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the new page | |
| content | Yes | The content of the page in Confluence storage format | |
| parentId | No | Optional ID of the parent page | |
| spaceKey | Yes | The key of the space to create the page in |