confluence_create_page
Create a new Confluence page in a specified space. Include title, content, and optionally set a parent page.
Instructions
Create a new Confluence page in a specific space
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the new page | |
| spaceKey | Yes | The key of the space where the page will be created | |
| content | Yes | The page content in Confluence storage format (HTML) | |
| parentId | No | Optional ID of the parent page (creates a child page) |