random_words
ActiveTool of Wordnik
declared in 0.1.0
Return up to `limit` random words from Wordnik; filter by part of speech, min/max length, and minimum corpus or dictionary occurrence count.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10,
"hasDictionaryDef": true,
"minDictionaryCount": 1
}
],
"properties": {
"limit": {
"type": "number"
},
"maxLength": {
"type": "number"
},
"minLength": {
"type": "number"
},
"minCorpusCount": {
"type": "number"
},
"hasDictionaryDef": {
"type": "boolean"
},
"minDictionaryCount": {
"type": "number"
},
"excludePartOfSpeech": {
"type": "string"
},
"includePartOfSpeech": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Wordnik
https://github.com/pipeworx-io/mcp-wordnik
1/7 registries