KNMI Weather MCP

get_location_weather

Get current weather data for a location

Input Schema

NameRequiredDescriptionDefault
locationYes

Input Schema (JSON Schema)

{ "properties": { "location": { "title": "Location", "type": "string" } }, "required": [ "location" ], "title": "get_location_weatherArguments", "type": "object" }