create_confluence_page
Create new Confluence pages with Markdown content that automatically converts to Confluence format for organized documentation.
Instructions
Create a new page in Confluence. Supports Markdown content which will be converted to Confluence format.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceKey | Yes | The space key where the page will be created (e.g., "DOCS", "TEAM") | |
| title | Yes | The title of the page | |
| content | Yes | The page content in Markdown format | |
| parentId | No | Optional parent page ID to create this page under |