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

Tools

Functions exposed to the LLM to take actions

NameDescription
workbench_open_runC

Create a Workbench run folder and initial evidence artifacts.

workbench_select_modelC

Select a Workbench model tier and write model_selection.json.

workbench_select_policy_packB

Recommend an advisory Workbench policy pack from task metadata.

workbench_record_executionC

Capture Goose/model response text into Workbench evidence artifacts.

workbench_validate_runC

Run deterministic Workbench validation over a run directory.

workbench_quality_gateD

Run the Workbench quality gate for a run directory.

workbench_analyze_runsB

Analyze local Workbench run ledgers and write report artifacts.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: analyzing runs, opening runs, quality gating, recording execution, selecting model, selecting policy pack, and validating runs. No overlap in functionality.

Naming Consistency4/5

All tools share the 'workbench_' prefix and mostly follow a verb_noun pattern (e.g., analyze_runs, open_run). Minor deviation with 'quality_gate' which is noun_verb, but overall consistent.

Tool Count5/5

With 7 tools, the set is well-scoped for an AI workbench run management domain. Not too few to lack utility, not too many to be unwieldy.

Completeness3/5

The tools cover core actions like opening, analyzing, recording, and validating runs, but lack lifecycle management tools such as listing, closing, or deleting runs. Some gaps exist for a complete workflow.

Maintenance

ActivityInactive
ResponsivenessWithin a week