Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEATHER_API_KEY | No | Your OpenWeatherMap API key. Get a free API key from https://openweathermap.org/api. If no API key is provided, the server will use mock data for demonstration purposes. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_weather | Get current weather conditions for a specific location |
| get_weather_forecast | Get weather forecast for a specific location for multiple days |
| search_locations | Search for location names matching a query string |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_weather | Analyze weather patterns and provide insights about current conditions |
| compare_locations | Compare weather conditions between multiple locations |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current Weather | Current weather data for any location |
| Weather Forecast | Weather forecast data for any location |