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
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_system_timeA

Get the current system time in ISO 8601 format

calculate_file_hashA

Calculate the hash of a file using the specified algorithm

Prompts

Interactive templates invoked by user choice

NameDescription
code_reviewReview source code for potential issues and suggest improvements

Resources

Contextual data attached and managed by the client

NameDescription
Project READMEA sample read-only resource

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools, file hashing and system time, are in completely different domains with no overlap, making them easily distinguishable.

Naming Consistency5/5

Both tools follow a clear verb_noun pattern with snake_case, providing a consistent naming convention.

Tool Count2/5

With only two unrelated tools, the server feels thin and lacks a cohesive purpose; a more focused set would be appropriate.

Completeness2/5

Each domain has only a single tool, missing common operations (e.g., different hash algorithms or time zone variants), resulting in an incomplete surface.

Maintenance

ActivityInactive
ResponsivenessNo issues