find_related
ActiveTool of words
declared in 0.1.0
Find words related to a given word by a specific relation type. Relation types: "syn" (synonyms), "ant" (antonyms), "rhy" (rhymes), "trg" (triggers/associated words), "jja" (adjectives for a noun), "jjb" (nouns for an adjective).
Parameters schema
{
"type": "object",
"examples": [
{
"word": "dog",
"relation": "trg"
},
{
"word": "quick",
"limit": 6,
"relation": "jjb"
}
],
"required": [
"word"
],
"properties": {
"word": {
"type": "string",
"description": "The word to find related words for"
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default: 10)"
},
"relation": {
"type": "string",
"description": "Relation type: \"syn\" (synonyms), \"ant\" (antonyms), \"rhy\" (rhymes), \"trg\" (associated words), \"jja\" (adjectives for noun), \"jjb\" (nouns for adjective). Default: \"trg\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
words
https://github.com/pipeworx-io/mcp-words
1/7 registries