Check Tricky Word
check_tricky_wordCheck whether a word is commonly miscounted by LLMs and receive details on typical character-counting mistakes.
Instructions
Look up a specific word to see if it's a commonly miscounted word.
Args:
word (string): The word to check
Returns: Information about common mistakes if it's a tricky word, or empty if not.
Example: check_tricky_word("strawberry") → explains the 3 r's and common mistake of counting 2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | The word to check |