get_historical_data
Retrieve historical time series data for water temperature, flow rate, and air temperature for a specific city and date range.
Instructions
Get historical time series data for water temperature, flow, and air temperature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Optional app identifier | aareguru-mcp-server |
| end | Yes | End date/time in various formats (ISO, timestamp, 'now') | |
| city | Yes | City identifier (required for historical data) | |
| start | Yes | Start date/time in various formats (ISO, timestamp, 'yesterday', '-1 day') | |
| values | No | Optional comma-separated list of specific values to extract | |
| version | No | Optional version number | 1.0.0 |