validate_schema
Validate a schema file against lint rules from a rules file, using Claude or Gemini to detect naming, structure, and migration safety issues.
Instructions
Validate a schema file against lint rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | AI provider to use: "claude" or "gemini" | claude |
| rulesPath | Yes | Path to the lint rules file | |
| schemaPath | Yes | Path to the schema file to validate |