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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_test_caseB

Add a test case for regex pattern validation. Each test case consists of an input string and the expected match/output.

test_regexA

Test a regex pattern against all current test cases to see if it satisfies the requirements.

get_test_casesA

Get all current test cases to see what requirements the regex pattern needs to satisfy.

clear_test_casesA

Clear all test cases to start fresh with new requirements.

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 4 tools

Disambiguation5/5

Each tool has a distinct purpose: adding test cases, running tests, viewing test cases, and clearing them. There is no overlap or ambiguity between the four operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: add_test_case, test_regex, get_test_cases, clear_test_cases. The naming is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a focused regex testing server. Each tool covers a necessary part of the workflow without redundancy or bloat.

Completeness5/5

The tool set covers the full lifecycle of regex test case management: add, view, test, and clear. There are no obvious gaps for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues