You're viewing a demo portfolio

Join the waitlist
PRSM

air_quality

Active

Tool of ai.dynamicfeed/dynamic-feed

declared in 0.8.0

Current air quality for a city or lat/lon — PM2.5, PM10, US & European AQI, ozone, NO2, with a category (Good/Moderate/Unhealthy...). Use for "is the air quality safe in X". Single-network (model) — see air_quality_fusion for a two-network cross-validated reading. Args: city: city name (geocoded). lat/lon: alternative. 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": "air_qualityArguments",
  "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 →
air_quality — ai.dynamicfeed/dynamic-feed — PRSM MCP