related
ActiveTool of Wordnik
declared in 0.1.0
Return words related to a given word by relationship type (synonym, antonym, hypernym, hyponym, etc.) from Wordnik's relatedWords endpoint.
Parameters schema
{
"type": "object",
"examples": [
{
"word": "happiness"
},
{
"word": "beautiful",
"relationshipTypes": "synonym,antonym"
}
],
"required": [
"word"
],
"properties": {
"word": {
"type": "string"
},
"useCanonical": {
"type": "boolean"
},
"relationshipTypes": {
"type": "string"
},
"limitPerRelationshipType": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wordnik
https://github.com/pipeworx-io/mcp-wordnik
1/7 registries