check_spelling
Identifies misspelled words in text and suggests corrected alternatives.
Instructions
Identify misspelled words and suggest corrections.
Args: text: The text to check for spelling errors
Returns: JSON string with misspelled words, corrections, and corrected text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |