get_daily_forecast
Retrieve the daily weather forecast for any Spanish municipality using its AEMET code. Access accurate meteorological data directly via the AEMET-MCP server.
Instructions
Get the daily weather forecast for a Spanish municipality.
Args: municipality_code: AEMET municipality code (e.g., "28079" for Madrid)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
municipality_code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"municipality_code": {
"title": "Municipality Code",
"type": "string"
}
},
"required": [
"municipality_code"
],
"title": "get_daily_forecastArguments",
"type": "object"
}