find_synonyms
ActiveTool of words
declared in 0.1.0
Find synonyms for a word, ranked by similarity score.
Parameters schema
{
"type": "object",
"examples": [
{
"word": "happy"
},
{
"word": "beautiful",
"limit": 5
}
],
"required": [
"word"
],
"properties": {
"word": {
"type": "string",
"description": "The word to find synonyms for"
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default: 10)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
words
https://github.com/pipeworx-io/mcp-words
1/7 registries