Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: debug, info, warn, errorinfo
PLUGIN_DIRNoPath to plugins directory
MAX_PLUGINSNoMaximum number of plugins (default 50)
DEFAULT_LANGNoDefault language: en, es, fr, de, it, pt, ru, ja, zh, koen
HOOK_TIMEOUTNoHook timeout in milliseconds (default 10000)
TEMPLATE_DIRNoPath to templates directory
SDD_ALLOW_TEMPLATE_FALLBACKNoSet to true to allow fallback templates when module loading failsfalse

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

Tools

Functions exposed to the LLM to take actions

NameDescription
sdd-initC

Initialize a governed SDD feature

sdd-requirementsC

Submit requirements artifact

sdd-designC

Submit design artifact

sdd-tasksC

Submit implementation tasks artifact

sdd-implementC

Begin implementation of approved tasks

sdd-statusA

Get one feature status or list all features

sdd-approveC

Approve an exact validated phase revision

sdd-review-test-casesC

Record review for an exact tasks revision

sdd-quality-checkC

Perform code quality analysis

sdd-context-loadC

Load phase-aware governed context

sdd-template-renderD

Render an optional SDD scaffold

sdd-steeringC

Create or update project steering documents

sdd-steering-customC

Create a custom steering document

sdd-validate-designD

Validate design artifact

sdd-validate-gapD

Analyze the implementation gap

sdd-spec-implC

Record governed implementation task progress

Prompts

Interactive templates invoked by user choice

NameDescription
sdd-requirements-reviewGenerate comprehensive requirements review using EARS format
sdd-design-reviewPerform technical design review with architecture analysis
sdd-linus-reviewApply Linus-style code review criteria with taste scoring
sdd-task-breakdownGenerate detailed task breakdown from design specifications
sdd-quality-gatesEvaluate project readiness for phase progression

Resources

Contextual data attached and managed by the client

NameDescription
SDD Project Specification TemplateTemplate for project spec.json files
SDD Requirements TemplateTemplate for requirements documents
Linus-style Code Review GuidelinesCode quality and review guidelines

TDQS

C2.5/5.0

Scored across 16 tools

Disambiguation3/5

Most tools map to distinct SDD phases, but sdd-implement and sdd-spec-impl could be confused as both relate to implementation, and sdd-steering vs sdd-steering-custom have overlapping purposes. The descriptions help but boundaries are not always crisp.

Naming Consistency3/5

All tools share the 'sdd-' prefix, but the structure is mixed: some are verb-led (sdd-approve, sdd-validate-design), some are noun-led (sdd-requirements, sdd-status), and sdd-spec-impl uses an abbreviation, so the pattern is readable but inconsistent.

Tool Count3/5

16 tools is slightly above the ideal 3-15 range, and several are highly specialized (sdd-context-load, sdd-template-render) that may not be used in every workflow, making the set feel a bit heavy for the domain.

Completeness4/5

The surface covers the full SDD lifecycle from init to implementation, including requirements, design, tasks, validation, quality, and steering. Minor gaps exist such as no general artifact update/review tool beyond test cases, but core workflows are well supported.

Maintenance

ActivityMaintained
ResponsivenessNo issues