You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Wordnik

declared in 0.1.0

Search the Wordnik dictionary by query string with wildcard support; filter by part of speech, length, and corpus count. Returns matching word strings.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "cat"
    },
    {
      "limit": 20,
      "query": "^un",
      "minLength": 4
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "skip": {
      "type": "number"
    },
    "limit": {
      "type": "number"
    },
    "query": {
      "type": "string"
    },
    "maxLength": {
      "type": "number"
    },
    "minLength": {
      "type": "number"
    },
    "caseSensitive": {
      "type": "boolean"
    },
    "minCorpusCount": {
      "type": "number"
    },
    "minDictionaryCount": {
      "type": "number"
    },
    "excludePartOfSpeech": {
      "type": "string"
    },
    "includePartOfSpeech": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Wordnik

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

1/7 registries
View full server →