check_folder
Scan all files in a folder for spelling errors, supporting multiple languages and syntax-aware checking for code files.
Instructions
Check spelling in all files in a folder
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderPath | Yes | Path to the folder to check | |
| language | No | Language code for spell checking | en-US |
| recursive | No | Check files recursively in subfolders | |
| fileTypes | No | File extensions to check (e.g., [".js", ".md"]) | |
| syntaxAware | No | Enable syntax-aware parsing for code files |