Skip to main content
Glama
rehanmondal33344-coder

Weather MCP Server (`mcp-1`)

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_weatherC

Get the current weather for a given location using Open-Meteo.

Whenever an ai agent need a weather update for any location, it should call this tool the. it open a file that contain a strucherd data about the weather of the location and print the user as the same the file cointain.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 1 tool

Disambiguation4/5

With only a single tool, there is no risk of the agent selecting the wrong tool. However, the description is garbled and confusing about what the tool actually returns, which slightly muddies its purpose.

Naming Consistency5/5

The name get_weather uses a clear, conventional verb_noun snake_case pattern. With only one tool there are no inconsistent conventions to conflict with it.

Tool Count3/5

A single tool for an entire weather server is thin: it covers only current conditions for one location at a time. It is a defensible minimal scope, but borderline for the domain.

Completeness2/5

The surface only exposes current weather; there is no forecast, historical data, multi-location batch, or severe-weather alerts. This leaves significant gaps for typical weather workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues