monitor_cron_health
Detect Xahau account crons with low remaining repeats (≤ threshold) to prevent silent governance or game Hook stoppage. Returns alerts and healthy flag.
Instructions
Check an account's Crons for ones nearing exhaustion — remaining RepeatCount at or below a threshold (default 8) — so a recurring governance/game Hook doesn't silently stop. Returns alerts + a healthy flag. 1 RPC read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| network | No | mainnet | |
| lowThreshold | No | warn when remaining repeats ≤ this |