buzzword_density_analyze
ActiveTool of mcp-buzzword-density
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-buzzword-density
https://github.com/pipeworx-io/mcp-buzzword-density
2/7 registries