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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
plan_taskA

Create an ordered 2-4 stage commit plan from a clean Git worktree.

commit_stageA

Test, size-check, stage, and commit only the next declared plan stage.

task_statusA

Read the active plan, completed commits, and next stage.

finish_taskA

Mark a complete, clean task plan as finished.

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 unique, non-overlapping role: plan creation, stage execution, status inspection, and task completion. No ambiguity in purpose.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern (plan_task, commit_stage, task_status, finish_task), making the API predictable.

Tool Count5/5

4 tools provide a focused, well-scoped workflow for commit discipline without unnecessary bloat or missing essentials.

Completeness5/5

The toolset covers the full lifecycle: create plan, execute stages, check status, and finish. No obvious gaps in the workflow.

Maintenance

ActivityMaintained
ResponsivenessNo issues