Buzzword Density Analyze
buzzword_density_analyzeAnalyze 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roast | No | Get a roast of your writing | |
| content | Yes | Text to analyze | |
| industry | No | Industry dictionary to use |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roast | No | Humorous critique of the writing (when roast_mode=true) | |
| density_score | Yes | Buzzword density score on a scale of 0-100 | |
| flagged_terms | Yes | List of identified buzzwords and their frequency | |
| buzzword_count | Yes | Total number of buzzwords found in the text | |
| severity_level | Yes | Severity classification of buzzword usage |