You're viewing a demo portfolio

Join the waitlist
PRSM

definitions

Active

Tool of Wordnik

declared in 0.1.0

Fetch dictionary definitions for a word from Wordnik; filter by part of speech, source dictionary, and limit. Returns definitions with source, text, and part of speech.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "word": "serendipity"
    },
    {
      "word": "ephemeral",
      "limit": 5,
      "partOfSpeech": "adjective"
    }
  ],
  "required": [
    "word"
  ],
  "properties": {
    "word": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "includeTags": {
      "type": "boolean"
    },
    "partOfSpeech": {
      "type": "string"
    },
    "useCanonical": {
      "type": "boolean"
    },
    "includeRelated": {
      "type": "boolean"
    },
    "sourceDictionaries": {
      "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 →