check_grammar
Analyze text for grammar, spelling, and punctuation errors with local rule-based detection. Returns structured errors, corrections, and explanations tailored to the writer's native language.
Instructions
Check grammar, spelling, and punctuation using local rule-based analysis. Returns structured JSON with errors found, corrections, and L1-aware explanations. No API calls needed. Powered by BeLikeNative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to check for grammar errors (max 6000 chars). | |
| language | No | The writer's native language (L1) for tailored explanations. ISO 639-1 code or language name. Default: "en". | en |