Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UNRAID_HOSTNoHostname/IP of the Unraid server. Required unless UNRAID_API_URL is set.
UNRAID_API_KEYNoAPI key from `unraid-api apikey --create`.
UNRAID_API_URLNoFull GraphQL endpoint override.http://{host}/graphql
UNRAID_TIMEOUTNoRead timeout in seconds.30
UNRAID_LOG_LEVELNoLogging level.INFO
UNRAID_TRANSPORTNoTransport mode: stdio or http.stdio
UNRAID_VERIFY_SSLNoSet to 0 or provide a path to a CA bundle.1
UNRAID_ALLOW_WRITESNoMaster write switch.0
UNRAID_MAX_RESPONSE_BYTESNoResponse size cap.40000

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
unraidC

Single entry point for all Unraid operations.

Use health.capabilities to discover available actions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The tool is a single entry point, so all operations funnel through it, but that is an intra-tool concern rather than inter-tool ambiguity.

Naming Consistency4/5

The lone tool is named 'unraid', which is trivially consistent since there is no other name to conflict with. However, it does not follow a descriptive verb_noun convention, making it slightly less predictable than ideal.

Tool Count2/5

One tool for an entire Unraid management server is far too few. The domain typically involves discrete operations for array, disk, Docker, VM, and share management, and a single catch-all tool is a poor fit for that scope.

Completeness4/5

The tool claims to be a single entry point for all Unraid operations with capability discovery, suggesting broad coverage. The opaque surface and lack of explicit operations is a minor gap, but the design intends complete access.

Maintenance

ActivityMaintained
ResponsivenessNo issues