Get Page Version Diff
confluence_get_page_diffCompare two versions of a Confluence page to view changes and track content evolution. Retrieve unified diffs showing additions, deletions, and modifications between specified versions.
Instructions
Get a unified diff between two versions of a Confluence page.
Args: ctx: The FastMCP context. page_id: Confluence page ID. from_version: Source version number. to_version: Target version number.
Returns: JSON string with page info and unified diff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Confluence page ID (numeric ID, can be found in the page URL). For example, in 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title', the page ID is '123456789'. | |
| from_version | Yes | Source version number | |
| to_version | Yes | Target version number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |