TrueNAS Connection Status
truenas_connection_statusDiagnose TrueNAS connection issues: shows configured URL, API key presence, API generation, and auth status. Call this when other TrueNAS operations fail.
Instructions
Diagnose the connection to TrueNAS: shows the configured URL, whether an API key is present (never the key itself), which API generation was detected (WebSocket JSON-RPC vs legacy REST), and whether authentication succeeded. Call this first when any other truenas_ tool fails.
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 |
|---|---|---|---|
| hint | No | ||
| uptime | No | ||
| api_mode | No | ||
| hostname | No | ||
| reachable | No | ||
| probe_error | No | ||
| truenas_url | Yes | ||
| api_versions | No | ||
| authenticated | No | ||
| api_key_present | Yes | ||
| truenas_version | No | ||
| tls_verification | Yes |