getSystemInfo
Retrieve system details including OS, CPU, memory, disk usage, uptime, and hostname. Use this to assess resources or diagnose environment issues.
Instructions
Retrieve comprehensive system information about the host machine. Returns a structured text report containing: OS platform, type, and release version; CPU model, speed (MHz), and core count; total, free, and used memory with percentage; disk usage (via df -h on Unix or wmic on Windows); system uptime in days/hours/minutes; and the machine hostname. This tool takes no parameters. Use it to assess available resources, diagnose environment issues, or gather context about the system your commands will run on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||