{
  "protocolVersion": "0.3.0",
  "name": "Great Store shopping assistant",
  "description": "Shop Great Store conversationally. Send natural-language requests and the assistant searches the catalog, compares options, and answers questions on the store's behalf.",
  "url": "https://demo.greatstore.ai/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://demo.greatstore.ai/a2a",
      "protocolBinding": "JSONRPC",
      "transport": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "shop",
      "name": "Shop the store",
      "description": "Browse and search the catalog, compare products, check availability, and get recommendations through natural conversation.",
      "tags": [
        "shopping",
        "catalog",
        "search",
        "recommendations"
      ],
      "examples": [
        "Show me the newest arrivals",
        "Help me find a gift",
        "Show me your bestsellers"
      ]
    }
  ]
}
