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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_file

Read the full content of a file

write_fileC

Write or overwrite a file with given content

list_directoryC

List contents of a directory

file_infoB

Get metadata about a file or directory

run_commandB

Execute a shell command and return stdout/stderr

get_environmentC

Get current environment variables (filtered for safety)

process_listA

List currently running processes

git_status

Show the working tree status of a git repository

git_logC

Show commit history

git_diffC

Show changes between commits, working tree, etc.

git_branchesC

List local and remote branches

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 9 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: file operations (write, list, info), system operations (run command, env, processes), and git operations (log, diff, branches). No overlap between categories or within categories.

Naming Consistency4/5

Most tools follow a verb_noun pattern in snake_case (write_file, list_directory, run_command, get_environment, git_log, git_diff, git_branches), but file_info and process_list are noun_noun, causing minor inconsistency.

Tool Count5/5

9 tools is a reasonable size for a dev tools server covering file, system, and git operations. Not too few to be trivial nor too many to be overwhelming.

Completeness2/5

Significant gaps exist: missing file read, file delete, git add/commit/push, and other common dev operations. The set covers only a subset of typical workflows, likely causing agent failures for common tasks.

Maintenance

ActivityStale
ResponsivenessNo issues