bd3c92fc0fdda749bedb60fc17460a3b8d6c0940source_git · traves-theberge/word_of_the_day · current release
Observed 2026-08-25T11:36:24.873Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
get_random_wordGet a random word with its definition for word of the dayInput schema{
"type": "object",
"properties": {
"difficulty": {
"type": "string",
"enum": [
"easy",
"medium",
"hard"
],
"description": "Difficulty level of the random word",
"default": "medium"
}
},
"required": []
} | — | — · — | — |
get_word_definitionGet the definition, pronunciation, and meanings of a word using the Dictionary APIInput schema{
"type": "object",
"properties": {
"word": {
"type": "string",
"description": "The word to get the definition for"
},
"language": {
"type": "string",
"description": "Language code (default: en)",
"default": "en"
}
},
"required": [
"word"
]
} | — | — · — | — |