disks/health
Check drive SMART health data to diagnose failing hardware. Get self-assessment, temperature, wear leveling, and sector error reports via JSON.
Instructions
Retrieves detailed SMART health data for a drive (equivalent to smartctl -j -a). Returns JSON containing self-assessment test results, temperature, wear leveling, and sector errors. Must be run as root (privileged: true). Use this to diagnose failing hardware.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Specific block device to query (e.g., 'sda') | |
| privileged | No | Run as root - required to read SMART data |