Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROJECT_ROOTNoThe project root directory. If not set, defaults to the current working directory. Alternatively, you can pass --project-root as a command-line argument.

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
lock_acquireA

Acquire exclusive file locks. Fails with conflict details if any path is held by another live session. Always call this before editing files.

lock_releaseA

Release file locks. If paths are omitted, releases ALL locks for this session.

lock_listA

List all current file locks with owner, PID, timestamp, and alive status.

lock_cleanupA

Force-remove all stale locks (dead PIDs). Use when lock_list shows locks with alive: false.

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/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: acquire, release, list, and cleanup locks. No two tools overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., lock_acquire, lock_list), making them highly predictable.

Tool Count5/5

Four tools cover the essential operations of a lock manager without unnecessary additions or gaps.

Completeness5/5

The set provides full lifecycle management: acquire, release (including bulk), list, and cleanup of stale locks. No obvious missing operations.

Maintenance

ActivityInactive
ResponsivenessNo issues