{
  "name": "ZANZAN Foods safe purchase actions",
  "version": "2026-09-14",
  "description": "Read the live catalog, obtain a server-authoritative delivery quote, and stage a cart for human review.",
  "webmcp": {
    "supported": true,
    "mode": "imperative",
    "tools": [
      "read_zanzan_catalog",
      "quote_zanzan_delivery",
      "stage_zanzan_cart_for_review"
    ]
  },
  "endpoints": {
    "catalog": {
      "method": "GET",
      "url": "https://zanzanfoods.com/api/agent/catalog",
      "readOnly": true
    },
    "quote": {
      "method": "POST",
      "url": "https://zanzanfoods.com/api/agent/quote",
      "readOnly": true
    }
  },
  "purchaseBoundary": {
    "maximumLines": 10,
    "maximumQuantityPerLine": 10,
    "maximumItems": 20,
    "currency": "INR",
    "autonomousPaymentAllowed": false,
    "autonomousOrderCreationAllowed": false,
    "humanConfirmationRequired": true,
    "confirmationAction": "Continue to secure checkout"
  },
  "privacy": "Do not submit a customer's name, phone, email, street address, location or payment data through agent tools.",
  "terms": "https://zanzanfoods.com/terms",
  "privacyPolicy": "https://zanzanfoods.com/privacy-policy"
}
