find_related_words
Find words semantically related to an input word. Supports meaning similarity, statistical associations, and hierarchical relationships like broader/narrower terms.
Instructions
Find words semantically related to the input. Can find words by meaning similarity, statistical associations (triggers), or hierarchical relationships (hypernyms/hyponyms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results (1-50, default: 15) | |
| word | Yes | The word to find related words for | |
| topic | No | Optional topic to bias results | |
| relation_type | No | Type of relation: 'meaning' for semantic similarity, 'triggers' for associations, 'broader' for hypernyms, 'narrower' for hyponyms (default: meaning) |