confluence_compare_section
View a specific section diff from a Confluence page comparison using a cursor. Supports unified, side-by-side, or Markdown inline output.
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"`. |