{
  "protocolVersion": "0.3.0",
  "name": "Zoral Storefront",
  "description": "Read-only access to the Zoral catalog: a 316L medical-grade stainless steel tongue scraper. Look up products, live prices, stock and verified customer reviews. Checkout is completed by a human on getzoral.com.",
  "url": "https://getzoral.com/api/store",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "Zoral",
    "url": "https://getzoral.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://getzoral.com/openapi.json",
  "iconUrl": "https://getzoral.com/zoral-logo-mark.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search-catalog",
      "name": "Search the Zoral catalog",
      "description": "List Zoral products with live region-aware prices and stock. Use when a user asks what Zoral sells, what a tongue scraper costs, or whether it is in stock.",
      "tags": [
        "catalog",
        "products",
        "pricing",
        "ecommerce",
        "oral care"
      ],
      "examples": [
        "What does the Zoral tongue scraper cost?",
        "Is the Zoral 2-pack in stock?",
        "Does Zoral sell a travel case?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "read-reviews",
      "name": "Read Zoral customer reviews",
      "description": "Fetch verified customer reviews and the aggregate rating for a Zoral product. Use when a user asks whether the product is any good.",
      "tags": [
        "reviews",
        "ratings",
        "social proof"
      ],
      "examples": [
        "What do reviewers say about the Zoral tongue scraper?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "oral-care-guides",
      "name": "Answer oral-care questions",
      "description": "Zoral publishes cited guides on tongue scraping, bad breath, white tongue and related oral health topics. Use when a user asks how or why to scrape their tongue.",
      "tags": [
        "content",
        "guides",
        "oral health",
        "bad breath"
      ],
      "examples": [
        "Does a tongue scraper actually help with bad breath?",
        "How do I use a tongue scraper?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://getzoral.com/api/store"
    }
  ]
}