You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

find_words

Inactive

Tool of Datamuse

declared in 0.1.0

Find English words matching one or more constraints using the Datamuse word-finding engine. Combine any constraints below (at least one is required). Great for writing, naming, brainstorming, crosswords, poetry, and NLP. Constraints: means_like (words with a similar meaning / loose synonyms), rhymes_with (perfect rhymes), near_rhymes_with (approximate rhymes), synonyms_of (synonyms), antonyms_of (antonyms), associated_with (words statistically triggered/associated with the term), sounds_like (phonetically similar words), spelled_like (spelling pattern with wildcards: * = any sequence of letters, ? = exactly one letter, e.g. "t*k" or "t??t"), adjectives_for (adjectives that commonly describe the given noun), nouns_for (nouns commonly described by the given adjective). Optionally bias results toward comma-separated `topics`. Returns words ranked by relevance score.

Parameters schema

{
  "type": "object",
  "properties": {
    "max": {
      "type": "number",
      "description": "Max results, 1-1000 (default 20)."
    },
    "topics": {
      "type": "string",
      "description": "Comma-separated topic words to bias results toward (topics=)."
    },
    "nouns_for": {
      "type": "string",
      "description": "Find nouns commonly described by this adjective (rel_jja=)."
    },
    "means_like": {
      "type": "string",
      "description": "Find words with a meaning similar to this (Datamuse ml=)."
    },
    "antonyms_of": {
      "type": "string",
      "description": "Find antonyms of this word (rel_ant=)."
    },
    "rhymes_with": {
      "type": "string",
      "description": "Find perfect rhymes for this word (rel_rhy=)."
    },
    "sounds_like": {
      "type": "string",
      "description": "Find words that sound like this (phonetic, sl=)."
    },
    "synonyms_of": {
      "type": "string",
      "description": "Find synonyms of this word (rel_syn=)."
    },
    "spelled_like": {
      "type": "string",
      "description": "Spelling pattern; * = any sequence of letters, ? = exactly one letter (sp=), e.g. \"t*k\"."
    },
    "adjectives_for": {
      "type": "string",
      "description": "Find adjectives that commonly describe this noun (rel_jjb=)."
    },
    "associated_with": {
      "type": "string",
      "description": "Find words statistically associated with / triggered by this word (rel_trg=)."
    },
    "near_rhymes_with": {
      "type": "string",
      "description": "Find approximate / near rhymes for this word (rel_nry=)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Datamuse

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

1/7 registries
View full server →