get_memory_info
Retrieve memory usage details including RAM and swap information for Linux systems, supporting both local execution and remote SSH connections to monitor system resources.
Instructions
Get memory usage including RAM and swap details.
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 |