Skip to main content
Glama

LandiWetter MCP Server

by nabossha

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nabossha/mcp-landiwetter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server