{
  "id": "fr.domotique-store",
  "name": "Domotique Store",
  "version": "1.0.0",
  "description": "French home-automation shop with 3652 products from 234 brands. Read-only catalog served as HTML or Markdown via Accept negotiation.",
  "url": "https://www.domotique-store.fr/",
  "endpoint": "https://www.domotique-store.fr/",
  "supportedInterfaces": [
    {
      "type": "http-static",
      "url": "https://www.domotique-store.fr/",
      "description": "Read product HTML directly, or request Markdown via Accept: text/markdown."
    }
  ],
  "skills": [
    {
      "id": "browse-catalog",
      "name": "Browse catalog",
      "description": "Discover products via the XML sitemap and category pages.",
      "tags": [
        "catalog",
        "sitemap"
      ]
    },
    {
      "id": "fetch-product",
      "name": "Fetch product",
      "description": "Retrieve a product page. Sending Accept: text/markdown returns a Markdown version when available.",
      "tags": [
        "product",
        "content"
      ]
    },
    {
      "id": "resolve-legacy-url",
      "name": "Resolve legacy URL",
      "description": "Any historical Prestashop URL containing a product/category/brand ID (e.g. /12-slug.html or /1_fibaro) is 301-redirected to the current canonical URL. Agents can safely follow legacy backlinks.",
      "tags": [
        "redirect",
        "migration"
      ]
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "noauth": {
      "type": "noauth",
      "description": "Content is public."
    }
  },
  "security": [
    {
      "noauth": []
    }
  ]
}