get_system_info
Retrieve system details like OS version, kernel, hostname, and uptime from Linux systems. Supports local execution or remote SSH connections for diagnostics.
Instructions
Get basic system information including OS version, kernel, hostname, and uptime.
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 |