Skip to main content
Glama

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
search_failure_modesA

Search the Fail Modes taxonomy by symptom text or keyword phrase. Returns ranked matches with id, name, category, and matched context.

get_failure_modeA

Retrieve the full structured record for a single failure mode by its ID slug (e.g. 'citation-hallucination', 'sycophancy').

list_categoriesA

List all taxonomy categories with their IDs, names, descriptions, and mode counts.

list_modesA

List failure modes, optionally filtered to a single category by category ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: retrieving a specific failure mode by ID, listing all categories, listing modes with optional filtering, and searching by symptom text. There is no functional overlap between them.

Naming Consistency5/5

All tool names use consistent snake_case with a verb_noun pattern (get_failure_mode, list_categories, list_modes, search_failure_modes), and the naming clearly indicates each tool's action and target entity.

Tool Count5/5

With 4 tools covering listing, retrieval, and search for a read-only taxonomy, the count is appropriate. It is neither too minimal nor excessive for the scope.

Completeness5/5

The tool set provides comprehensive coverage for a read-only failure mode taxonomy: full listing of categories, listing of modes (optionally by category), retrieval of a single mode, and keyword search. No obvious gaps for the intended use case.

Maintenance

ActivityStale
ResponsivenessNo issues