nasbridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRUENAS_URL | Yes | TrueNAS host or URL. `http://`/`https://` is rewritten to `wss://`; `/api/current` is appended if absent | |
| TRUENAS_API_KEY | Yes | Generate in TrueNAS: Credentials → API Keys → Add | |
| TRUENAS_VERIFY_SSL | No | Set `false` to skip TLS verification (self-signed certs) | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| truenasA | Manage your TrueNAS system. 278 actions organized in categories. Usage:
Categories: system, storage, sharing, network, vm, alert, replication, filesystem |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| system-info | TrueNAS system information — version, hostname, uptime, hardware |
| pools | All storage pools with status, capacity, and health |
| datasets | All datasets with properties, usage, and encryption status |
| services | All services with their running state and enabled-at-boot status |
| alerts | Current system alerts and warnings |
| network | Network configuration summary — interfaces, IPs, DNS, gateway |
| shares | All configured shares — SMB, NFS, and iSCSI |
| vms | All virtual machines with status |
| apps | All installed applications with status |
| disks | All physical disks with model, serial, size, and pool assignment |
| boot-environments | Boot environments with activation status |
| update-status | System update configuration and available updates |
TDQS
Scored across 1 tool
There is only one tool in the set, so there can be no confusion between tools. The single tool's purpose and usage are clearly described, making it unambiguous to an agent.
With only one tool named 'truenas', there is no inconsistency in naming conventions. The name is a clear, lowercase identifier, even though it does not follow a verb_noun pattern.
A single tool is far too few for the broad scope of managing a TrueNAS system. This forces agents to use a hierarchical dispatcher with 278 actions, which is inefficient and difficult to navigate compared to a proper tool set.
The tool lists categories covering many core NAS areas, but user management is notably absent from the listed categories. While 278 actions likely provide extensive coverage, the single-dispatch design obscures the true completeness and creates potential gaps.