Skip to main content
Glama
joescaos

Weather MCP Server

by joescaos

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_forecastC

Get weather forecast for a location.

Args:
    latitude: Latitude of the location
    longitude: Longitude of the location
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.4/5.0

Scored across 2 tools

Disambiguation5/5

Both tools target distinct weather data: current conditions vs. forecast. No overlap in purpose.

Naming Consistency5/5

Both tools follow the consistent 'get_<type>_weather' naming pattern.

Tool Count3/5

Only 2 tools for a weather server is minimal but covers the core functionality; could be expanded.

Completeness3/5

Current and forecast cover basic needs but lack alerts, historical data, or location metadata.

Maintenance

ActivityInactive
ResponsivenessNo issues