confluence_write
Overwrite a Confluence page body using JFM markdown or raw ADF JSON. JFM uses GitHub-style syntax, not Confluence wiki markup.
Instructions
Overwrite a Confluence page's body from JFM markdown (default) or raw ADF JSON. JFM is GitHub-style markdown, NOT Confluence wiki markup — see resource omni-dev://specs/jfm for syntax. Mirrors omni-dev atlassian confluence write --force.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New page body. For `format = "jfm"` (the default), this is GitHub-style markdown, NOT Confluence wiki markup. Use `##` not `h2.`, triple-backtick fences not `{code}`, backtick inline code not `{{...}}`. Full reference: MCP resource `omni-dev://specs/jfm`. | |
| format | No | Format of `content`: `"jfm"` (default markdown) or `"adf"` (raw ADF JSON). | |
| id | Yes | Confluence page ID. |