memory/usage
Check current memory and swap utilization with optional raw /proc/meminfo details and human-readable sizes.
Instructions
Returns memory and swap utilization information. Use cpu/load-average to check compute load.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No | Set to true to return raw /proc/meminfo instead of summary | |
| output_format | No | Desired output format (e.g. json, yaml, table, wide). Defaults to text | |
| human_readable | No | Sizes like free -h (1.8Gi); default is bytes |