Skip to main content
Glama
robobobby
by robobobby

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

Tools

Functions exposed to the LLM to take actions

NameDescription
current_weatherA

Get current weather conditions for a location in Denmark. Uses DMI HARMONIE high-resolution model (2km). Accepts city names, coordinates, or postal codes.

weather_forecastA

Get hourly or daily weather forecast for a location in Denmark. Uses DMI HARMONIE 2km model for the first 2.5 days, then ECMWF for up to 16 days.

compare_weatherA

Compare current weather between two Danish locations side by side. Useful for deciding between destinations or comparing conditions across the country.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
usage

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

The three tools have clearly distinct purposes: compare_weather for side-by-side comparisons between two locations, current_weather for real-time conditions at a single location, and weather_forecast for future predictions at a single location. There is no overlap or ambiguity in their functions, making it easy for an agent to select the appropriate tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: compare_weather, current_weather, and weather_forecast. This predictability enhances readability and usability, with no deviations in style or convention.

Tool Count5/5

With three tools, the server is well-scoped for its purpose of providing Danish weather data. Each tool earns its place by covering distinct aspects: current conditions, forecasts, and comparisons, avoiding bloat while ensuring essential functionality.

Completeness5/5

The tool set offers complete coverage for the domain of Danish weather information, including current conditions, forecasts (hourly/daily up to 16 days), and comparisons between locations. There are no obvious gaps, as it supports core workflows like planning and decision-making without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues