detect_weak_quantifiers
Identifies statistical claims requiring evidence by detecting quantifiers like 'always' or 'typically' in text, returning recommendations to validate or adjust statements before sharing.
Instructions
Detects weak quantifiers that require statistical evidence.
Quantifiers like "frequently", "typically", "always", "never" imply statistical claims that should not be made without counting evidence.
Returns recommendation: "allow", "require_count", or "block". Use on agent output BEFORE returning to user.
Args: text: Text to analyze (typically agent output).
Returns: Weak quantifier detection result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |