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
nowA

Current moment as dict (iso, date, weekday, week_of_year, quarter, fiscal_year_us_gov, is_weekend, ...). Optional IANA tz.

calendarA

Batch date ops: [{"op": NAME, ...args}, ...] -> [result, ...]

diff(start, end, unit) until(target, unit, tz?) since(source, unit, tz?) -> float add(date, n, unit) -> ISO weekday(date) -> name business_days(start, end) -> int (Mon-Fri, end exclusive) parse(natural, tz?) -> ISO format(date, fmt) -> str

unit: seconds|minutes|hours|days|weeks (+ months|years for add).

calcB

Eval Python expressions -> list. Pre-loaded: math, statistics (mean/median/stdev/variance), abs/round/min/max/sum/range/sorted.

calc_convertC

Convert value between units (Pint). E.g. ('meter','foot'), ('kg','lb'), ('degC','degF').

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 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: calc for Python expressions, calc_convert for unit conversion, calendar for date operations, and now for current time. There is no overlap or ambiguity.

Naming Consistency4/5

Names are mostly lowercase and readable, but there is a slight inconsistency: calc and calc_convert share a prefix, while calendar and now are single words of different parts of speech. Still, the pattern is clear and predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for a general utility toolkit. Each tool fulfills a core need without excess or deficiency.

Completeness5/5

The tool set covers arithmetic, unit conversion, comprehensive date operations (difference, business days, parsing, formatting), and current time with timezone support. No obvious gaps for the intended domain.

Maintenance

ActivityInactive
ResponsivenessNo issues