validate_api_contracts
Check frontend and backend API contracts to identify endpoint, type, and parameter mismatches before runtime errors occur.
Instructions
Validate API contracts between frontend and backend. Detects mismatches in endpoints, types, and parameters before runtime errors occur.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root (should contain both frontend and backend) | |
| includeTypes | No | Validate type compatibility | |
| includeEndpoints | No | Validate endpoint existence and HTTP methods | |
| includeParameters | No | Validate request/response parameters |