get_hardware_info
Retrieve hardware details like CPU architecture, PCI/USB devices, and memory specifications from Linux systems, either locally or remotely via SSH.
Instructions
Get hardware information including CPU architecture, PCI devices, USB devices, and memory hardware.
Args:
host: Remote host to connect to via SSH (optional, executes locally if not provided)
username: SSH username for remote host (required if host is provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| username | No |