check_exclusion
Check whether content is blocked by any active forward-blocking exclusion rule, returning blocked status, rule ID, and reason. Optionally narrow by entity type, while past-only rules are skipped.
Instructions
v2.1.0 — Check whether content would be blocked by any active forward-blocking rule. Returns {blocked, ruleId?, reason?}. Past-only rules are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to test. | |
| entityType | No | Optional entityType — narrows entityType-scoped rules. |