Skip to main content
Glama
olsigjecii

Weather MCP Server

by olsigjecii

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
get_current_weatherB

Get current weather for a location.

Args: latitude: Latitude of the location longitude: Longitude of the location

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as retrieving current weather for a location.

Naming Consistency5/5

The single tool name 'get_current_weather' follows a clear verb_noun pattern. Since there is only one tool, consistency is inherently perfect with no deviations to evaluate.

Tool Count2/5

A single tool for a weather server is too few for the apparent scope. Weather domains typically require multiple operations like forecasts, historical data, or alerts, making this server feel incomplete and limited in functionality.

Completeness1/5

The tool surface is severely incomplete for a weather server. It only provides current weather, with no support for forecasts, historical data, alerts, or other common weather-related operations, which will likely cause agent failures in broader tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues