Tool tree
Discover RainViewer—the leading weather radar app with live rain maps, snow forecasts, and accurate alerts. Trust us for safe, reliable weather updates anytime.
page: Every page
open_weather_radar_for_countryAction
Open the RainViewer weather radar page for a specific country. Use when the user asks to see radar, rain, or precipitation for a named country.
View tool JSON
{
"name": "open_weather_radar_for_country",
"kind": "act",
"impl": "imperative",
"description": "Open the RainViewer weather radar page for a specific country. Use when the user asks to see radar, rain, or precipitation for a named country.",
"inputSchema": {
"type": "object",
"required": [
"countrySlug"
],
"properties": {
"countrySlug": {
"type": "string",
"description": "Lowercase country slug (e.g. \"united-states\", \"germany\", \"japan\"). Spaces are replaced with hyphens."
}
}
},
"page": "/"
}open_severe_weather_alertsAction
Open the global live severe weather alerts map (tornado, flood, fire, etc.).
View tool JSON
{
"name": "open_severe_weather_alerts",
"kind": "act",
"impl": "imperative",
"description": "Open the global live severe weather alerts map (tornado, flood, fire, etc.).",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}open_live_weather_radar_mapAction
Open the interactive live weather radar map with global precipitation tiles and a 2-hour forecast.
View tool JSON
{
"name": "open_live_weather_radar_map",
"kind": "act",
"impl": "imperative",
"description": "Open the interactive live weather radar map with global precipitation tiles and a 2-hour forecast.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}