KNMI Weather MCP

by wolkwork

get_nearest_station

Identify the closest KNMI weather station to specific latitude and longitude coordinates for accurate weather data in the Netherlands.

Instructions

Find the nearest KNMI weather station to given coordinates Args: latitude: Latitude in degrees longitude: Longitude in degrees

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "properties": { "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "get_nearest_stationArguments", "type": "object" }

You must be authenticated.

Other Tools from KNMI Weather MCP

Related Tools

ID: xanerdcjsm