{
  "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 — 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?"
      ]
    }
  ]
}
