invariance_monitor_evaluate
Execute a monitor on demand with an optional input scope, returning the resulting run and any signals, findings, or reviews produced.
Instructions
Manually evaluate a monitor right now against an explicit input scope (returns the resulting execution plus any signals/findings/reviews produced).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| input | No | EvaluateMonitorRequest as a JSON object string. All fields optional. Fields: run_id (string — restrict eval to one run), since (ISO-8601 timestamp — only nodes after this), limit (int — max nodes to consider). Example: {"run_id":"run_abc123","limit":50} or {} to evaluate against the monitor's default scope. |