find_by_pattern
Find words matching a spelling pattern with wildcards. Use '*' for any characters and '?' for a single character to discover results like 't??k' for talk, tank, tick.
Instructions
Find words matching a spelling pattern with wildcards. Use '' for any number of characters, '?' for exactly one character. Examples: 't??k' matches talk/tank/tick, 'unable' matches unable/unforgettable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results (1-100, default: 25) | |
| pattern | Yes | Spelling pattern with wildcards (* or ?) | |
| meaning_hint | No | Optional meaning to filter results |