tool(
weathR::point_forecast,
name = "point_forecast",
description = "Retrieve point forecast meteorological data for a given location.",
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. Either an Olson timezone name or
'-1' for local time. Defaults to '-1'.", required = FALSE),
dir_numeric = type_boolean("If TRUE, wind directions are returned as numeric degrees; if FALSE
(default), as character values.", required = FALSE)
)
)
