You're viewing a demo portfolio

Join the waitlist
PRSM

weather_forecast

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Get a multi-day weather forecast for any location worldwide. Returns daily high/low temperatures, conditions, precipitation probability, wind speed, UV index, sunrise and sunset. Use this for 'what's the forecast this week?', 'will it rain tomorrow?', 'weekend weather', 'should I plan outdoor activities?', '7-day forecast for Dallas', or any future weather question. Supports 1-16 day forecasts.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "location"
  ],
  "properties": {
    "days": {
      "type": "integer",
      "maximum": 16,
      "minimum": 1,
      "description": "Forecast days (default: 7)"
    },
    "location": {
      "type": "string",
      "description": "City, zip code, or place name"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →