Get System Information
localtools_system_infoRetrieve OS, CPU, memory, uptime, and user details to understand the running environment.
Instructions
Retrieve basic system information including OS, CPU, memory, uptime, and user details.
Useful for understanding the environment the AI is running in. All information is read-only and comes from the Node.js os module.
Args:
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns:
OS type, platform, release version
CPU model and core count
Total and free memory
System uptime
Current user and home directory
Hostname
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |