get_hardware_info
Retrieve hardware information like CPU architecture, PCI/USB devices, and memory details from Linux systems, supporting both local execution and remote SSH connections.
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 |