You're viewing a demo portfolio

Join the waitlist
PRSM

current_weather

Active

Tool of ai.dynamicfeed/dynamic-feed

declared in 0.8.0

Current weather anywhere — by city name or lat/lon. Returns temperature, feels-like, wind, humidity, precipitation and conditions, live. Use instead of guessing the weather. Args: city: city name (e.g. London, Tokyo, New York) — geocoded automatically. lat: latitude (alternative to city). lon: longitude (alternative to city). 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": "current_weatherArguments",
  "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": ""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ai.dynamicfeed/dynamic-feed

1/7 registries
View full server →