diff_docs
Compare documentation versions to identify added, removed, or modified API endpoints and parameters. Get deterministic diffs that ignore formatting changes.
Instructions
Compare documentation snapshots and versions to detect added, removed, modified, and deprecated API endpoints, parameters, pitfalls, and content sections. Produces deterministic diffs ignoring formatting-only changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Alias for toVersion. | |
| from | No | Alias for fromVersion. | |
| sourceId | No | Optional documentation source ID filter. | |
| toVersion | No | Target documentation version to compare against (e.g. "v15", "2.0"). | |
| fromVersion | No | Base documentation version (e.g. "v14", "1.0"). | |
| toSnapshotId | No | Target snapshot ID to compare. | |
| fromSnapshotId | No | Base snapshot ID to compare. |