check_api_spec_drift
Compare committed OpenAPI specs against your live tenant's catalog to detect added, removed, or changed APIs. Optionally deep-diff a specific spec stem for operation-level drift.
Instructions
Compare committed OpenAPI specs against the live tenant's catalog. Without args: returns a catalog-level overview of added/removed specs. With a spec stem (e.g. 'platform_slo_v1', 'environment-api-v2'): deep-diffs operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | No | Optional committed spec stem to deep-diff (e.g. 'platform_slo_v1', 'environment-api-v2'). Omit for a catalog-level overview of added/removed specs. |