monthly_climate_data
Retrieve monthly climate summaries for specific weather stations in Spain by providing station ID, year, and month. Returns structured JSON data for analysis and insights.
Instructions
Retrieve monthly climatological data for a specific weather station.
Args: station_id: Weather station identifier (e.g., "3195" for Madrid Retiro). year: Year (YYYY). month: Month (1-12).
Returns: A JSON with the monthly climate summary.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
month | Yes | ||
station_id | Yes | ||
year | Yes |