You're viewing a demo portfolio

Join the waitlist
PRSM

weather_forecast

Active

Tool of ai.dynamicfeed/dynamic-feed

declared in 0.8.0

Multi-day weather forecast (up to 16 days) for a city or lat/lon — daily high/low, precipitation, wind, conditions. Use for "what's the weather this week / will it rain". Args: city: city name (geocoded). lat/lon: alternative. days: 1-16 (default 7). Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.

Parameters schema

{
  "type": "object",
  "title": "weather_forecastArguments",
  "properties": {
    "lat": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lat",
      "default": null
    },
    "lon": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lon",
      "default": null
    },
    "city": {
      "type": "string",
      "title": "City",
      "default": ""
    },
    "days": {
      "type": "integer",
      "title": "Days",
      "default": 7
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ai.dynamicfeed/dynamic-feed

1/7 registries
View full server →