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
workspace_rootA

Return the single directory this server can access.

list_filesB

List files and directories below the bounded workspace.

read_fileA

Read a UTF-8 text file using a 1-based inclusive line range.

search_textB

Search UTF-8 text files within the workspace.

replace_rangeA

Atomically replace an inclusive line range using a mandatory optimistic-lock hash.

git_diffA

Return the current Git diff for the workspace.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: workspace info, listing, reading, searching, editing, and diffing. There is no meaningful overlap or ambiguity between any two tools.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern (list_files, read_file, search_text, replace_range). workspace_root and git_diff are minor deviations but remain readable and do not confuse the overall convention.

Tool Count5/5

Six tools is well-scoped for a workspace file server. Each tool earns its place and there is no redundancy or unnecessary bloat.

Completeness3/5

The set covers listing, reading, searching, updating, and diffing, but lacks create and delete operations for files or directories. This is a notable gap for a file workspace toolset and will leave some workflows incomplete.

Maintenance

ActivityMaintained
ResponsivenessNo issues