intelligence_moderate_content
Apply a custom moderation policy to text and get clear allow, flag, or block decisions with reasons. Use it to pre-check user content or verify AutoMod rulings.
Instructions
Purpose: Apply a plain-language moderation policy to a piece of text using the client's LLM. No Discord API call - purely a moderation utility.
When to use: pre-check user-submitted content; second-opinion on AutoMod decisions; classify ambiguous messages.
Returns: {decision: "allow"|"flag"|"block", reasons[], confidence, sampling_used}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | Moderation policy in plain language | Reject hate speech, doxxing, spam, and explicit content. |
| content | Yes | Text to moderate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||