get_memory_status
Check current RAM and swap utilization, including total, used, available, and percent values. Returns a readable markdown summary or structured JSON for monitoring and troubleshooting.
Instructions
Get RAM and swap utilization.
Returns: str: Markdown summary or JSON object with keys: virtual {total_gb,used_gb,available_gb,percent} and swap {total_gb,used_gb,percent}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for human-readable output, 'json' for structured data. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |