confluence_create_page
Create a Confluence page with a title and body in storage format, optionally specifying a parent page ID or space key.
Instructions
Create a Confluence page. Supports optional parentId. Returns unified fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| bodyStorageValue | Yes | Page body in Confluence storage format (XHTML) | |
| spaceKey | No | Confluence space key (uses CONF_DEFAULT_SPACE if omitted) | |
| parentId | No | Optional parent page ID (ancestor) |