get_system_info
Retrieve basic system information including OS version, kernel, hostname, and uptime from local or remote Linux systems via SSH for diagnostics and monitoring.
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 |