frequency
ActiveTool of Wordnik
declared in 0.1.0
Return year-by-year corpus frequency counts for a word from Wordnik; optionally constrain to a startYear–endYear range.
Parameters schema
{
"type": "object",
"examples": [
{
"word": "algorithm"
},
{
"word": "internet",
"endYear": 2020,
"startYear": 1990
}
],
"required": [
"word"
],
"properties": {
"word": {
"type": "string"
},
"endYear": {
"type": "number"
},
"startYear": {
"type": "number"
},
"useCanonical": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Wordnik
https://github.com/pipeworx-io/mcp-wordnik
1/7 registries