Get TrueNAS System Info
truenas_get_system_infoFetch TrueNAS system details: version, hostname, uptime, CPU, memory, load, boot time, and timezone. Supports markdown or JSON output.
Instructions
Get system information from TrueNAS: product version, hostname, uptime, CPU model and core count, physical memory, load averages, boot time, and timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown = compact human-readable summary; json = full structured data | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cores | Yes | ||
| memory | Yes | ||
| uptime | Yes | ||
| loadavg | Yes | ||
| version | Yes | ||
| boottime | Yes | ||
| hostname | Yes | ||
| timezone | Yes | ||
| cpu_model | Yes | ||
| ecc_memory | Yes | ||
| memory_bytes | Yes | ||
| physical_cores | Yes |