LandiWetter MCP Server

by nabossha
MIT License
1

getWeatherForecast

Retrieve detailed Swiss weather forecasts for specific locations and dates using a unique location ID. Optional date input defaults to today.

Input Schema

NameRequiredDescriptionDefault
dateNoOptional: The date for the forecast (yyyy-MM-dd). Defaults to today
locationIdYesThe location ID (e.g., G2661552)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "description": "Optional: The date for the forecast (yyyy-MM-dd). Defaults to today", "type": "string" }, "locationId": { "description": "The location ID (e.g., G2661552)", "type": "string" } }, "required": [ "locationId" ], "type": "object" }

You must be authenticated.

Other Tools from LandiWetter MCP Server

Related Tools

ID: 12j27mrkki