You're viewing a demo portfolio

Join the waitlist
PRSM

get_forecast

Active

Tool of NWS Weather Alerts

declared in 1.26.0

Get the weather forecast for a specific latitude/longitude location. Returns a multi-day forecast from the National Weather Service. Works for any location within the United States and its territories. Args: latitude: Latitude of the location (e.g. 38.8894 for Washington DC). longitude: Longitude of the location (e.g. -77.0352 for Washington DC).

Parameters schema

{
  "type": "object",
  "title": "get_forecastArguments",
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "latitude": {
      "type": "number",
      "title": "Latitude"
    },
    "longitude": {
      "type": "number",
      "title": "Longitude"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

NWS Weather Alerts

1/7 registries
View full server →
get_forecast — NWS Weather Alerts — PRSM MCP