You're viewing a demo portfolio

Join the waitlist
PRSM

find_words

Active

Tool of words

declared in 0.1.0

Advanced word search. Find words matching a combination of meaning, pronunciation, and spelling constraints.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "meaning_like": "ocean"
    },
    {
      "limit": 15,
      "sounds_like": "knight",
      "spelled_like": "n*ght"
    }
  ],
  "required": [],
  "properties": {
    "text": {
      "type": "string",
      "description": "Alias for meaning_like."
    },
    "word": {
      "type": "string",
      "description": "Alias for meaning_like."
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of results to return (default: 10)"
    },
    "query": {
      "type": "string",
      "description": "Alias for meaning_like."
    },
    "sounds_like": {
      "type": "string",
      "description": "Find words that sound like this word (approximate pronunciation)"
    },
    "meaning_like": {
      "type": "string",
      "description": "Find words with meaning similar to this phrase (e.g. \"ocean\"). Accepts query, word, text as aliases."
    },
    "spelled_like": {
      "type": "string",
      "description": "Find words spelled like this pattern (use * as wildcard, e.g. \"b*ttle\")"
    }
  }
}

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 →
find_words — words — PRSM MCP