Detect API Breaking Changes
detect_api_breaking_changesAnalyze code diffs to detect breaking API changes. Automatically identifies the programming language.
Instructions
Detect breaking API changes. Prerequisite: generate_diff. Auto-infer language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Primary language (e.g. TypeScript, Python, JavaScript, Go, Rust, Java). Auto-infer from files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| result | No | Successful result payload. | |
| error | No | Error payload when ok is false. |