Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KNMI_API_KEY | Yes | Your API key from KNMI Data Platform |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_location_weather | Get current weather data for a location |
| search_location | Search for locations in the Netherlands
Args:
query: Search term for location |
| get_nearest_station | Find the nearest KNMI weather station to given coordinates
Args:
latitude: Latitude in degrees
longitude: Longitude in degrees |
| what_is_the_weather_like_in | Get and interpret weather data for a location in the Netherlands
Args:
location: City or place name in the Netherlands
Returns:
A natural language interpretation of the current weather conditions |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| weather_interpretation | Help Claude interpret raw weather data |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |