get_system_health
Run a quick system health check and get warnings for CPU, memory, swap, disk, or battery issues. Returns a markdown list of problems or confirms all normal.
Instructions
Run a quick health check and return warnings for any metrics outside normal ranges.
Use this as a fast diagnostic — it checks CPU, memory, swap, disk, and battery and only reports problems. If everything is healthy, it says so. Use get_system_overview for full metrics regardless of health status.
This is a read-only operation with no side effects. Takes ~0.5 seconds due to CPU sampling.
Returns a Markdown list of warnings (high CPU, low memory, full disk, etc.) or a confirmation that all metrics are within normal ranges. Each warning includes the current value and the threshold that was exceeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||