Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
get_alerts

Get weather alerts for a US state.

Args: state: Two-letter US state code (e.g. CA, NY, TX)
get_forecast

Get weather forecast for a location using coordinates.

Args: latitude: Latitude of the location (-90 to 90) longitude: Longitude of the location (-180 to 180)
get_forecast_by_city

Get weather forecast for a city by name.

Args: city_name: Name of the city (e.g., "San Francisco", "New York", "Chicago")
get_current_conditions

Get current weather conditions for a location.

Args: latitude: Latitude of the location (-90 to 90) longitude: Longitude of the location (-180 to 180)
compare_weather

Compare current weather conditions between two locations.

This unique feature allows you to compare weather at two different places side-by-side. Args: location1: First location (city name or "lat,lon" format, e.g., "New York" or "40.7128,-74.0060") location2: Second location (city name or "lat,lon" format, e.g., "Los Angeles" or "34.0522,-118.2437")

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zayedansari2/MCP_WeatherServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server