check_exclusion
Test content against active forward-blocking rules. Returns whether blocked, with rule ID and reason.
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. |