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
list_filesB

List readable files, recursively.

read_fileB

Read one text file from the exposed directory.

searchA

Find lines containing pattern across the exposed files.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a unique, well-defined purpose: listing, reading, and searching files. There is no overlap or ambiguity between them.

Naming Consistency4/5

list_files and read_file follow a clear verb_noun pattern, but search is a bare verb; renaming it to search_files would make the set fully consistent.

Tool Count5/5

Three tools is a minimal, focused set for read-only file access, covering the essential operations without unnecessary bloat.

Completeness4/5

The toolset fully supports listing, reading, and searching files, but lacks write/edit/delete operations; this may be intentional for a read-only toolkit but limits completeness for general file management.

Maintenance

ActivityMaintained
ResponsivenessNo issues