Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |