Skip to content
Back to SnowSure Answer Engine

Card snapshot

www.snowsure.ai · 2026-06-19 11:39:45 UTC · 5579f7f3747b58b0f645d584700dcdc4a4269b0aaf732304069a60cc10aa9623

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.

{
  "protocolVersion": "0.2.0",
  "name": "SnowSure Answer Engine",
  "description": "Grounded conversational agent for ski & snow questions across 500+ resorts: live conditions, 14-day multi-model forecasts, the SnowSure Score, trip planning, and resort detail. Answers are grounded in SnowSure's verified data \u2014 never open web search.",
  "url": "https://www.snowsure.ai/api/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "SnowSure",
    "url": "https://www.snowsure.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.snowsure.ai/developers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "snow-conditions-qa",
      "name": "Snow conditions & forecast Q&A",
      "description": "Answer natural-language questions about current snow conditions, base depth, the SnowSure Score, and 14-day multi-model forecasts for any of 500+ resorts.",
      "tags": [
        "ski",
        "snow",
        "forecast",
        "conditions",
        "powder"
      ],
      "examples": [
        "Is it a good week to ski Chamonix?",
        "Which Japan resorts have the deepest base this week?",
        "What is the SnowSure score and base depth at Zermatt today?"
      ]
    },
    {
      "id": "trip-planning",
      "name": "Ski trip planning",
      "description": "Recommend resorts and timing for a trip based on conditions, ability, region, and dates.",
      "tags": [
        "trip-planning",
        "recommendations",
        "travel"
      ],
      "examples": [
        "Plan a 5-day ski trip to Colorado in late January",
        "Where should I ski this weekend for the best conditions?"
      ]
    }
  ]
}