Back to AgentUtil Weather

Card snapshot

weather.agentutil.net · 2026-05-21 02:39:46 UTC · f42aa5a49d20dd86dee6cd708259714de1fe08ff9683e7416f51a5a207b7cdd8

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "AgentUtil Weather",
  "description": "Current conditions and forecasts for autonomous agents",
  "version": "1.0.0",
  "url": "https://weather.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "getCurrentWeather",
        "name": "Get current weather conditions for a location",
        "description": "Get current weather conditions for a location",
        "tags": [
          "weather",
          "getCurrentWeather"
        ]
      },
      {
        "id": "getForecast",
        "name": "Get multi-day weather forecast for a location",
        "description": "Get multi-day weather forecast for a location",
        "tags": [
          "weather",
          "getForecast"
        ]
      }
    ]
  },
  "endpoint": "https://weather.agentutil.net",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "type": "none",
    "note": "Free tier: 10 queries/day, no auth required"
  },
  "provider": {
    "organization": "AgentUtil",
    "url": "https://agentutil.net"
  }
}