search
ActiveTool of Wordnik
declared in 0.1.0
Search the Wordnik dictionary by query string with wildcard support; filter by part of speech, length, and corpus count. Returns matching word strings.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "cat"
},
{
"limit": 20,
"query": "^un",
"minLength": 4
}
],
"required": [
"query"
],
"properties": {
"skip": {
"type": "number"
},
"limit": {
"type": "number"
},
"query": {
"type": "string"
},
"maxLength": {
"type": "number"
},
"minLength": {
"type": "number"
},
"caseSensitive": {
"type": "boolean"
},
"minCorpusCount": {
"type": "number"
},
"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