Skip to main content
Glama
shyim
by shyim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADMIN_SECRETNoOptional bearer token used to authenticate requests to /admin/* endpoints.
GARMIN_DOMAINNoThe Garmin domain to use: `garmin.com` or `garmin.cn`. Defaults to `garmin.com`.
ENCRYPTION_KEYYesThe AES-GCM encryption key used to encrypt stored Garmin tokens. Required for self-hosting. Generate with `openssl rand -hex 32` and set via `wrangler secret put ENCRYPTION_KEY`.
GARMIN_ENABLED_TOOLSNoComma-separated list of tool names to allow. If set, only these tools are enabled.
GARMIN_DISABLED_TOOLSNoComma-separated list of tool names to disable. These tools will be unavailable.

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources