confluence_compare_section
Drill into a section diff from a Confluence page compare by providing a cursor. Supports unified, side-by-side, and markdown_inline output formats.
Instructions
Drill into a section diff using a cursor returned by confluence_compare (outline mode). Stateless: the cursor encodes the page ID and version pair. Output formats: "unified" (default), "side_by_side", "markdown_inline". Mirrors omni-dev atlassian confluence compare section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | Yes | Cursor returned by an outline-mode `confluence_compare` call. The cursor encodes the page ID and version pair, so this tool is stateless across calls. | |
| format | No | Output text format: `"unified"` (default), `"side_by_side"`, or `"markdown_inline"`. |