Skip to main content
Glama
nomadop
by nomadop

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_watcherA

Start (or reuse) the Session Watcher dashboard server; returns its URL. Never returns metric values.

stop_watcherB

Stop the managed Session Watcher server.

watcher_statusA

Report whether the Session Watcher server is running and its URL.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: starting, stopping, or checking status of the watcher server. No overlap or ambiguity.

Naming Consistency4/5

All names use snake_case and follow a verb_noun or noun_noun pattern consistently, though 'watcher_status' is a noun phrase while the others are imperative verbs.

Tool Count5/5

Three tools is within the typical 3-15 range and perfectly scoped for the server's purpose of managing a session watcher dashboard.

Completeness5/5

The tool set covers the full lifecycle of the watcher server: start, stop, and status check. No obvious gaps for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues