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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_nearby_hillsA

Find British and Irish hills near a location. Provide latitude and longitude coordinates. Returns hills sorted by distance, optionally filtered to one classification (e.g. only Munros).

search_hillsA

Search British and Irish hills by name. Returns ranked matches with height, county, and DoBIH number.

get_hill_detailsA

Get full details for one hill by name or DoBIH number: height, drop, grid reference, coordinates, county, classifications, and links.

get_listA

List all hills in a classification (Munros, Wainwrights, Corbetts, Marilyns...), sorted by height, with an optional height range filter.

get_hill_statsA

Overview of the hills database: total hills, counts per classification (Munros, Wainwrights...), and counts per country.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: location-based search, name-based search, detail lookup, database stats, and classification listing. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (find_nearby_hills, search_hills, get_hill_details, get_hill_stats, get_list). While the verbs vary (find, search, get), the pattern is uniform and predictable.

Tool Count5/5

With 5 tools, the server is tightly scoped to its purpose of querying a hills database. Each tool covers a distinct aspect of discovery and retrieval without superfluous additions.

Completeness5/5

The tool set covers the full lifecycle for a read-only reference database: discovery (find, search, list), detail viewing, and statistical overview. No obvious gaps exist for typical usage scenarios.

Maintenance

ActivitySlowing
ResponsivenessNo issues