screen_content
Screens text for spam and toxicity, then returns a category, severity score, confidence level, and an action: allow, review, or block.
Instructions
Content-moderation & classification gate powered by Jev. Given text, returns spam and toxicity probabilities, a category, a severity score, a calibrated confidence, and an action (allow / review / block). Low confidence routes to review; clear, severe violations route to block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to screen. | |
| categories | No | Optional custom category list (replaces defaults). |