You're viewing a demo portfolio

Join the waitlist
PRSM

buzzword_density_analyze

Active

Tool of mcp-buzzword-density

declared in 0.1.0

Analyze a text passage for overused industry jargon using a tech, finance, consulting, startup, or combined dictionary. Returns buzzword count, density score (0-100), severity level, flagged terms, and an optional roast critique when roast=true.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "roast": true,
      "content": "We need to leverage our core competencies to synergize stakeholder value and create a paradigm shift in the marketplace through disruptive innovation.",
      "industry": "consulting"
    },
    {
      "content": "Our blockchain-based AI platform utilizes machine learning to enable seamless integration across the cloud ecosystem for maximum scalability.",
      "industry": "tech"
    }
  ],
  "required": [
    "content"
  ],
  "properties": {
    "roast": {
      "type": "boolean",
      "description": "Get a roast of your writing"
    },
    "content": {
      "type": "string",
      "description": "Text to analyze"
    },
    "industry": {
      "enum": [
        "tech",
        "finance",
        "consulting",
        "startup",
        "all"
      ],
      "type": "string",
      "description": "Industry dictionary to use"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-buzzword-density

https://github.com/pipeworx-io/mcp-buzzword-density

2/7 registries
View full server →