{
  "name": "صيدليات ال عمران – Al Omran Pharmacies",
  "version": "2.0.2",
  "description": "Agent for discovering pharmacy products, reading cart summaries, and navigating the Al Omran Pharmacies storefront in Suez, Egypt.",
  "supportedInterfaces": [
    {
      "url": "https://alomran-ph.com/agent-api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "catalog-search",
      "name": "catalog-search",
      "description": "Search the storefront catalog and inspect public product results."
    },
    {
      "id": "cart-summary",
      "name": "cart-summary",
      "description": "Read the current customer cart without changing its contents."
    },
    {
      "id": "storefront-navigation",
      "name": "storefront-navigation",
      "description": "Navigate to supported customer-facing storefront pages."
    }
  ]
}
