Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API key for Weather Api167 authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| forecast_weather | Fetch forecast weather data using coordinate value, place name or zip code |
| country_info | Return detail for given country |
| us_weather_alert_data | US weather alert daily information for given region or area and other filtering parameter |
| us_zone_list | Zone list for US given state or All Zone list if state not given |
| earthquake_data | Near real time earthquake for given country |
| current_weather | Fetch current weather data using coordinate value, place name or zip code |
| air_pollution_data | Fetch air pollution data using coordinate value, place name or zip code |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |