{
  "version": "1.0",
  "name": "ANEMOI Gloves WebMCP Action Catalog",
  "site": "https://anemoi.in",
  "documentation": "https://anemoi.in/llms.txt",
  "contact": "care@anemoi.in",
  "actions": [
    {
      "id": "request-glove-sample-or-quote",
      "name": "Request Glove Sample Box or B2B Quote",
      "description": "Submit a commercial wholesale inquiry or request a 1-2 box sample evaluation kit for ANEMOI Latex and Nitrile gloves.",
      "method": "declarative",
      "endpoint": "/contact-us",
      "parameters": {
        "required": ["name", "email", "phone", "market", "quantity"],
        "optional": ["company", "material", "color", "message"]
      }
    },
    {
      "id": "request-product-inquiry",
      "name": "Submit Product SKU Inquiry",
      "description": "Request sample box evaluation or volume carton pricing for a specific ANEMOI glove SKU.",
      "method": "declarative",
      "endpoint": "/products",
      "parameters": {
        "required": ["name", "email", "phone", "product_name"],
        "optional": ["organization", "selected_size", "cartons", "notes"]
      }
    },
    {
      "id": "get-product-catalog",
      "name": "Get Certified Product Catalog",
      "description": "Retrieve ANEMOI Latex and Nitrile glove specifications, material resistance metrics, and ISO 13485 / CE certifications.",
      "method": "declarative",
      "endpoint": "/llms-full.txt"
    },
    {
      "id": "client-portal-login",
      "name": "Authenticate B2B Client Portal",
      "description": "Log into the ANEMOI B2B wholesale client portal to manage recurrent glove deliveries, view GST invoices, and track shipments.",
      "method": "declarative",
      "endpoint": "/login",
      "parameters": {
        "required": ["email", "password"]
      }
    }
  ]
}
