get_network_interfaces
Retrieve network interface details and IP addresses for Linux systems, supporting both local execution and remote SSH connections to diagnose connectivity issues.
Instructions
Get network interface information including IP addresses.
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 |