Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
geocode_locationA

Get the latitude and longitude for a city, address, or location. Always use this tool first if you only have a city name and need coordinates for the other tools.

Args: query: The name of the city or location (e.g., "Karlsruhe, Germany")

get_weather_and_heat_riskB

Fetch live weather data (temperature, humidity, UV index) and a calculated WHO/CDC heat risk level. Requires latitude and longitude.

get_air_qualityA

Fetch live air quality data (PM2.5, PM10, AQI) to assess respiratory safety during heat waves. Requires latitude and longitude.

find_cooling_spotsA

Use spatial analytics to find nearby cooling shelters (parks, pools, libraries, fountains). Requires latitude, longitude, and an optional radius in meters.

get_heat_safety_adviceA

Get WHO/CDC safety recommendations based on the current heat risk level and the user's activity.

Args: heat_risk_level: Must be LOW, MODERATE, HIGH, or EXTREME (obtained from get_weather_and_heat_risk) activity_type: e.g., "jogging", "construction work", "elderly care", "general"

get_heatwave_forecastB

Fetches a 7-day weather forecast and calculates a Climate Aggravation Risk by correlating high temperatures with drought/soil moisture conditions. Use this to predict upcoming heatwaves and warn the user.

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/AscilCH/heatshield-mcp'

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