get_host_summary
Get an instant host health snapshot covering hostname, uptime, CPU, RAM, swap, and disk usage. Identify system issues at a glance and decide which follow-up checks are needed.
Instructions
One-call health snapshot: hostname, uptime, CPU, RAM, swap, fullest disk.
The right first tool to call when asked "how is this box doing?" — it aggregates the key signals and gives a plain-language assessment, so follow-up tools only need to be called where something looks off.
Returns: str: Markdown summary or JSON object with keys: hostname, boot_time, uptime_hours, cpu_percent, memory_percent, swap_percent, max_disk_percent, assessment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for human-readable output, 'json' for structured data. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |