confluence_create_page
Create a new Confluence page with title and content in Storage Format or plain text. Optionally set parent page and status.
Instructions
Create a new Confluence page. body_value should be Confluence Storage Format (XHTML-like). Example: 'Hello World'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| status | No | current | |
| space_id | Yes | Space ID | |
| parent_id | No | Parent page ID (optional) | |
| body_value | Yes | Page content in Confluence Storage Format or plain text | |
| body_representation | No | Format of body_value | storage |