Look Up Word Definitions
Get detailed definitions for any English word including parts of speech, pronunciation, and usage examples.
Definitions, synonyms & rhymes
Definitions, synonyms, rhymes, and related words for any English word. Includes phonetics, pronunciation audio, parts of speech, examples, and antonyms. All lookups ranked by relevance. Useful for writing, education, and poetry.
Get the definition of a word including phonetics, pronunciations, parts of speech, definitions, examples, synonyms, and antonyms.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "dictionary-words",
"skill": "define",
"input": {
"word": "serendipity"
}
}' \
https://api.toolrouter.com/v1/tools/callFind synonyms for a word, ranked by relevance. Returns semantically similar words with scores.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "dictionary-words",
"skill": "synonyms",
"input": {
"word": "happy"
}
}' \
https://api.toolrouter.com/v1/tools/callFind words that rhyme with a given word, ranked by relevance. Useful for creative writing, poetry, songwriting, and wordplay.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "dictionary-words",
"skill": "rhymes",
"input": {
"word": "moon"
}
}' \
https://api.toolrouter.com/v1/tools/callFind words related to a given word or topic. Returns words that are triggered by or associated with the input, useful for brainstorming and expanding vocabulary.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "dictionary-words",
"skill": "related_words",
"input": {
"word": "ocean"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"dictionary-words","skill":"define","input":{}}' \
https://api.toolrouter.com/v1/tools/callGet detailed definitions for any English word including parts of speech, pronunciation, and usage examples.
Discover synonyms and related words to improve your writing, avoid repetition, and find the perfect word.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Translate text, look up definitions, and generate audio pronunciations for seamless cross-language communication.
Study vocabulary, translate phrases, and practice pronunciation with audio in one learning workflow.
Yes. `define` returns phonetics, pronunciation audio, parts of speech, meanings, examples, synonyms, and antonyms.
`define` explains the word itself. `synonyms` gives close alternatives, ranked by relevance, which is better for rewriting.
Yes. Use `rhymes` for poetry and songwriting, and `related_words` when you want connected ideas for brainstorming.
You can raise the limit up to 50 when you want a wider set of options, especially for synonyms or rhymes.