confluence_create_page
Create a Confluence page by providing ADF JSON content. Specify the space ID, title, and ADF body; optionally nest the new page under a parent page.
Instructions
Create a new Confluence page with ADF content.
Args:
space_id: The space ID to create the page in.
title: The page title.
adf_body: The full ADF document as a JSON string, e.g. {"type": "doc", "version": 1, "content": [...]}.
parent_id: Optional parent page ID to nest under.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| adf_body | Yes | ||
| space_id | Yes | ||
| parent_id | No |