Skip to main content
Glama
mlaugharn
by mlaugharn

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": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
addC

Add a new cli schema learned by traversing parsing all help menu subtrees.

helpC

Returns learned schema of cli.

runC

Run a command

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: add learns a CLI schema, help retrieves it, and run executes a command. There is no overlap.

Naming Consistency5/5

All tool names are single imperative verbs (add, help, run), following a consistent pattern.

Tool Count5/5

Three tools is appropriate for a focused CLI schema management server, covering learning, retrieval, and execution.

Completeness3/5

Basic lifecycle is covered (add, retrieve, run), but lacks schema update or deletion, and may not support multiple CLIs.

Maintenance

ActivityInactive
ResponsivenessNo issues