confluence_compare_versions
Compare two versions of a Confluence page to see changes as a unified text diff. Identify additions, deletions, and modifications between any two page versions.
Instructions
Compare two versions of a Confluence page as a unified text diff.
Fetches the ADF for both versions, extracts plaintext, and produces a
unified diff showing what changed.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
version_a: The "before" version number.
version_b: The "after" version number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| version_a | Yes | ||
| version_b | Yes |