validator_validate_range
Check if a number falls within specified minimum and maximum boundaries. Returns validation status, the tested value, and reason for result.
Instructions
[validator] Validate that a number is within a range. Returns {valid: bool, value: number, reason: str}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| min_val | No | ||
| max_val | No |