{
  "name": "Wine In Time",
  "version": "1.0.0",
  "description": "Austrian online wine shop agent — discover wines by grape, region, and style; browse categories and editorial content.",
  "url": "https://www.wineintime.at",
  "supportedInterfaces": [
    {
      "url": "https://www.wineintime.at/wp-json/wc/store/v1",
      "transport": "HTTPS",
      "type": "commerce-api"
    },
    {
      "url": "https://www.wineintime.at/wp-json/wp/v2",
      "transport": "HTTPS",
      "type": "content-api"
    }
  ],
  "capabilities": {
    "streaming": false,
    "statefulness": false,
    "authentication": {
      "required": false,
      "note": "Public read-only for catalog and content. Write/order endpoints require WooCommerce API key auth."
    }
  },
  "skills": [
    {
      "id": "browse-wines",
      "name": "Browse Wines",
      "description": "Search and filter wines by keyword, category, price, or attribute"
    },
    {
      "id": "wine-categories",
      "name": "Wine Categories",
      "description": "List wine categories (red, white, rosé, sparkling, etc.)"
    },
    {
      "id": "wine-details",
      "name": "Wine Details",
      "description": "Get full details for a specific wine product including price and stock status"
    },
    {
      "id": "editorial-content",
      "name": "Editorial Content",
      "description": "Access wine guides, tasting notes, and editorial articles"
    }
  ]
}
