Find Related Words
language.dictionary.wordsFind words by meaning, rhyme, sound, or spelling pattern. Use to generate synonyms, rhyming words, or words starting with a prefix. Returns up to 25 results per query for writing, creative tasks, or 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. |