confluence_create_page
Create a new Confluence page by specifying title, content, space key, and optional parent page ID. Simplify page creation in Confluence with structured input and Markdown support.
Instructions
Create a new Confluence page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content of the page in Markdown format. Supports headings, lists, tables, code blocks, and other Markdown syntax | |
parent_id | No | Optional parent page ID. If provided, this page will be created as a child of the specified page | |
space_key | Yes | The key of the space to create the page in (usually a short uppercase code like 'DEV', 'TEAM', or 'DOC') | |
title | Yes | The title of the page |