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
addA

Add two numbers.

subtractC

Subtract two numbers.

multiplyA

Multiply two numbers.

divideB

Divide two numbers.

word_countB

Count the number of words.

uppercaseA

Convert text to uppercase.

lowercaseA

Convert text to lowercase.

reverse_textA

Reverse a string.

current_timeA

Return the current local time.

mock_weatherA

Return mock weather information.

Prompts

Interactive templates invoked by user choice

NameDescription
greet_userGenerate a greeting prompt.
summarize_promptPrompt for summarization.
explain_promptPrompt for explanation.

Resources

Contextual data attached and managed by the client

NameDescription
about_projectInformation about the project.

TDQS

A3.7/5.0

Scored across 10 tools

Disambiguation5/5

Each tool performs a distinct, non-overlapping operation: arithmetic tools handle basic math, string tools handle text transformations, and time/weather are separate. No two tools could be confused for another.

Naming Consistency5/5

All tool names use lowercase, verb-first conventions with clear actions (add, subtract, multiply, divide, word_count, uppercase, etc.). Compound names use underscores consistently, maintaining a uniform style.

Tool Count5/5

With 10 tools covering arithmetic, string operations, time, and mock weather, the count is well-scoped for a demo server. Each tool has a clear purpose and none feel redundant or excessive.

Completeness4/5

The arithmetic set is complete with all four basic operations, and string operations cover common transformations. Missing operations like string concatenation or length are minor gaps for a demo, but the core surface is adequate.

Maintenance

ActivityStale
ResponsivenessNo issues