get_warning
Retrieve weather warnings within a specific date range to monitor and prepare for adverse weather conditions. Use start and end timestamps to filter relevant alerts.
Instructions
Retrieve general weather warnings issued within a specified date range.
Args:
datetime_start: The earliest timestamp in the form of <YYYY-MM-DD HH:mm:ss> (inclusive) from which to retrieve weather warnings. If omitted, defaults to the current date.
datetime_end: The latest timestamp in the form of <YYYY-MM-DD HH:mm:ss> (inclusive) to stop retrieving the weather warnings. If omitted, defaults to the current date.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datetime_end | No | ||
datetime_start | No |