Find Related Words
language.dictionary.wordsFind words by meaning, sound, rhyme, or spelling pattern. Useful for writing, creative tasks, and word games.
Instructions
Find words by meaning, sound, rhyme, or spelling pattern. "happy" → pleased, blissful. "algorithm" rhymes → rhythm, logarithm. Great for writing, creative tasks, word games (Datamuse)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meaning | No | Find words with this meaning (e.g. "happy" → pleased, blissful, content) | |
| sounds_like | No | Find words that sound like this (e.g. "elefant" → elephant) | |
| rhymes_with | No | Find words that rhyme with this (e.g. "algorithm" → rhythm, logarithm) | |
| starts_with | No | Find words starting with these letters (e.g. "algor" → algorithm, algorithmic) | |
| limit | No | Max results (1-25, default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |