KNMI Weather MCP

search_location

Search for locations in the Netherlands Args: query: Search term for location

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_locationArguments", "type": "object" }