validate_action
Check if a proposed action passes all active validation rules. Returns allowed/blocked with rule violations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action to validate | |
| context | No | Optional additional context, appended to `action` before rule matching — it can change which rules match and therefore the verdict. |