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