You're viewing a demo portfolio

Join the waitlist
PRSM

autocomplete

Active

Tool 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.)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

words

https://github.com/pipeworx-io/mcp-words

1/7 registries
View full server →