get_contract_versions
Retrieve version history for service API contracts and detect breaking changes by comparing request/response schemas across snapshots.
Instructions
Show version history for a service API contract with breaking change detection between versions. Compares request/response schemas across snapshots to flag removed fields, type changes, and renames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service name | |
| limit | No | Max versions to show (default 10) |