Confluence Create Page
confluence_create_pageCreate a new Confluence page with title and content. Specify parent page ID or space key (e.g., "ENG"). Returns page ID and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Page body content in Confluence storage format (XHTML) | |
| title | Yes | Page title | |
| status | No | Page status: "current" (published) or "draft". Default: "current" | |
| spaceId | Yes | Space ID to create the page in | |
| parentId | No | Parent page ID (optional, for nesting) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||