tool(
weathR::point_forecast,
name = "point_forecast",
description = "Retrieve point forecast meteorological data for a given latitude, longitude, and
timezone.",
arguments = list(
lat = type_number("Latitude of the location for the forecast."),
lon = type_number("Longitude of the location for the forecast."),
timezone = type_string("The nominal timezone for the forecast. One of OlsonNames(), or '-1' for
local time. Defaults to '-1'.", required = FALSE),
dir_numeric = type_boolean("TRUE for numeric wind directions, FALSE for character wind
directions. Defaults to FALSE.", required = FALSE)
)
)