humanizer_analyze_ai_tells
Scans text for AI-generated patterns and computes a detection risk score with specific fix recommendations.
Instructions
Analyze text for AI-generated patterns and compute a detection risk score.
Scans for AI-associated vocabulary, structural patterns, burstiness, contraction usage, paragraph uniformity, rhetorical questions, first-person voice, and em dash frequency. Returns a comprehensive report with a 0–100 risk score and specific recommendations.
Args: params (AnalyzeTextInput): Contains the text to analyze.
Returns: str: JSON report with risk score, detected patterns, and fix recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |