create_child_page
Create a new Confluence page as a sub-page under an existing parent page using Markdown content. Use when adding hierarchical documentation or organizing content beneath another page.
Instructions
Create a NEW page as a child (sub-page) of an existing page.
⚠️ MUST USE THIS TOOL WHEN:
User wants to create a page "under", "below", "하위에", or "beneath" another page
User provides a parent page URL and wants NEW content added as a sub-page
User says "put this under [page]", "[page] 하위에 넣어줘", "add as child of [page]"
❌ WARNING: upload_page with a page URL will UPDATE that page, NOT create a child. ✅ ALWAYS use create_child_page for hierarchical page creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Markdown content to upload | |
| title | Yes | Page title | |
| parentPageUrl | Yes | Parent page URL. The new page will be created as a child of this page. |