{
  "version": "1.0",
  "site": "https://lamele.lt",
  "name": "Lamele.lt",
  "description": "Dekoratyvinės 3D sienų lamelės, mikrolamelės, paneliai ir pertvaros. Natūralus ąžuolo furnyras, LED lamelės, Japandi stilius. Pristatymas į LT/LV/EE.",
  "languages": [
    "lt",
    "lv",
    "et"
  ],
  "currency": "EUR",
  "shipsTo": [
    "LT",
    "LV",
    "EE"
  ],
  "cartType": "js-state",
  "actions": [
    {
      "id": "view-product",
      "name": "View Product Page",
      "description": "Navigate to a product page. The page contains product details, variants, pricing, and an add-to-cart form (requires JavaScript).",
      "method": "GET",
      "endpoint": "https://lamele.lt/produktai/{handle}",
      "parameters": {
        "required": [
          "handle"
        ],
        "properties": {
          "handle": {
            "type": "string",
            "description": "Product URL handle visible in the page URL (e.g. \"lamele-klasyczne-3-x-4-cm-brazowy\"). Exposed in SSR HTML as data-mcp-product-handle."
          }
        }
      }
    },
    {
      "id": "search-products",
      "name": "Search Products",
      "description": "Search 200+ wall panel products by keyword. Supports LT/LV/ET queries.",
      "method": "GET",
      "endpoint": "https://lamele.lt/paieska?q={query}",
      "parameters": {
        "required": [
          "query"
        ],
        "properties": {
          "query": {
            "type": "string",
            "description": "Examples: 'ąžuolas', 'LED', 'mikrolamelė', 'Japandi', 'pertvaros'"
          }
        }
      }
    },
    {
      "id": "browse-category",
      "name": "Browse Product Category",
      "description": "Navigate to a product category page with paginated product list.",
      "method": "GET",
      "endpoint": "https://lamele.lt/kategorija/{slug}",
      "parameters": {
        "required": [
          "slug"
        ],
        "properties": {
          "slug": {
            "type": "string",
            "enum": [
              "lamele-klasyczne-3-x-4-cm",
              "mikrolamele",
              "lamele-led",
              "panele-frezowane",
              "scianki-dzialowe-z-podstawa",
              "lamele-na-tkaninie",
              "lamele-na-plycie-mdf",
              "listwy-przypodlogowe",
              "probki",
              "promocje",
              "nowosci"
            ]
          }
        }
      }
    },
    {
      "id": "order-samples",
      "name": "Order Sample Pack",
      "description": "View and order sample panels to test colors and materials before buying full-size panels. Recommended first step.",
      "method": "GET",
      "endpoint": "https://lamele.lt/kategorija/probki"
    },
    {
      "id": "view-cart",
      "name": "View Shopping Cart",
      "description": "Navigate to cart to review items, quantities, and total before checkout.",
      "method": "GET",
      "endpoint": "https://lamele.lt/krepselis"
    },
    {
      "id": "proceed-to-checkout",
      "name": "Proceed to Checkout",
      "description": "Navigate to the cart (/krepselis) to review items and initiate checkout. Payment via Paysera (Swedbank, SEB, Luminor, Citadele, Šiaulių bankas, card). Delivery throughout LT/LV/EE. Note: /uzsakymas requires an active session — always start from /krepselis.",
      "method": "GET",
      "endpoint": "https://lamele.lt/krepselis"
    },
    {
      "id": "b2b-inquiry",
      "name": "B2B / Interior Designer Inquiry",
      "description": "Contact for bulk orders, interior designer discounts, or custom project quotations.",
      "method": "GET",
      "endpoint": "https://lamele.lt/b2b"
    }
  ],
  "checkout_flow": [
    {
      "step": 1,
      "action": "view-product",
      "description": "Browse product, select variant, add to cart (JS required)"
    },
    {
      "step": 2,
      "action": "view-cart",
      "url": "https://lamele.lt/krepselis"
    },
    {
      "step": 3,
      "action": "checkout",
      "url": "https://lamele.lt/krepselis"
    }
  ],
  "note": "Cart state is managed client-side (JavaScript). AI agents with JS execution can add items; non-JS agents should navigate to the product page and prompt the user to add to cart manually."
}