push_md_to_confluence
Push markdown files to Confluence to create new pages or update existing ones, using frontmatter or title/space to determine page location.
Instructions
Push markdown files to Confluence. Creates new pages or updates existing ones based on frontmatter or title/space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Path to markdown file to push (single file) | |
| spaceKey | No | Space key to create/update pages in (required if not in frontmatter) | |
| directory | No | Directory containing markdown files to push (all .md files) | |
| parentPageId | No | Optional parent page ID to create pages under | |
| updateExisting | No | Update existing pages if found (default: true) |