definitions
ActiveTool of Wordnik
declared in 0.1.0
Fetch dictionary definitions for a word from Wordnik; filter by part of speech, source dictionary, and limit. Returns definitions with source, text, and part of speech.
Parameters schema
{
"type": "object",
"examples": [
{
"word": "serendipity"
},
{
"word": "ephemeral",
"limit": 5,
"partOfSpeech": "adjective"
}
],
"required": [
"word"
],
"properties": {
"word": {
"type": "string"
},
"limit": {
"type": "number"
},
"includeTags": {
"type": "boolean"
},
"partOfSpeech": {
"type": "string"
},
"useCanonical": {
"type": "boolean"
},
"includeRelated": {
"type": "boolean"
},
"sourceDictionaries": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wordnik
https://github.com/pipeworx-io/mcp-wordnik
1/7 registries