autocomplete
ActiveTool of words
declared in 0.1.0
Return word completions for a given prefix string using the Datamuse suggestion endpoint. Takes a prefix (e.g., "hel") and returns matching words ranked by score (e.g., "hello", "help", "helpless").
Parameters schema
{
"type": "object",
"examples": [
{
"prefix": "hel"
},
{
"limit": 12,
"prefix": "inter"
}
],
"required": [
"prefix"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return (default: 10)"
},
"prefix": {
"type": "string",
"description": "The prefix to autocomplete (e.g. \"hel\" returns \"hello\", \"help\", etc.)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
words
https://github.com/pipeworx-io/mcp-words
1/7 registries