get_system_health_check
Returns an OK/WARNING/CRITICAL verdict on system health from memory, disk, load, and failed systemd units. Use as a first-line health check.
Instructions
Returns an overall OK/WARNING/CRITICAL verdict from memory, disk (partitions at 80%+), load vs core count, and failed systemd units. Read-only aggregate; sub-failures land in the errors field, never fatal. Use as the first-line health check; get_system_snapshot for full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | Yes | ||
| errors | No | ||
| overall | Yes |