get_proxmox_node_status
Retrieve detailed status of a Proxmox node, including CPU, memory, and uptime, to monitor homelab infrastructure health.
Instructions
Get detailed status of a Proxmox node (CPU, memory, uptime, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Proxmox host. Register via `homelab-mcp credentials add --type proxmox <host> <username>` (per-node) or `... --scope cluster:<name> <token_id>` (cluster scope). | |
| node | Yes | Node name (e.g., 'pve', 'proxmox') |