You're viewing a demo portfolio

Join the waitlist
PRSM

find_related

Active

Tool of words

declared in 0.1.0

Find words related to a given word by a specific relation type. Relation types: "syn" (synonyms), "ant" (antonyms), "rhy" (rhymes), "trg" (triggers/associated words), "jja" (adjectives for a noun), "jjb" (nouns for an adjective).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "word": "dog",
      "relation": "trg"
    },
    {
      "word": "quick",
      "limit": 6,
      "relation": "jjb"
    }
  ],
  "required": [
    "word"
  ],
  "properties": {
    "word": {
      "type": "string",
      "description": "The word to find related words for"
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of results to return (default: 10)"
    },
    "relation": {
      "type": "string",
      "description": "Relation type: \"syn\" (synonyms), \"ant\" (antonyms), \"rhy\" (rhymes), \"trg\" (associated words), \"jja\" (adjectives for noun), \"jjb\" (nouns for adjective). Default: \"trg\""
    }
  }
}

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 →