{
  "serverInfo": {
    "name": "Qyvora Alfret Assistant",
    "version": "1.0.0",
    "description": "Catalog discovery, perfume recommendations, and order lookup for the Qyvora storefront."
  },
  "endpoint": "https://qyvora.store/api/assistant/chat",
  "transport": {
    "type": "http",
    "protocol": "rest",
    "note": "Streaming JSON chat; use /.well-known/openapi.json for the full HTTP API surface."
  },
  "capabilities": {
    "tools": [
      {
        "name": "perfume_suggest",
        "description": "Recommend perfumes from the Qyvora catalog",
        "endpoint": "https://qyvora.store/api/assistant/perfume-suggest"
      },
      {
        "name": "order_lookup",
        "description": "Look up order status by order number or tracking ID",
        "endpoint": "https://qyvora.store/api/assistant/order-lookup"
      },
      {
        "name": "catalog_guide",
        "description": "Read the machine-readable product catalog",
        "endpoint": "https://qyvora.store/llms-full.txt"
      }
    ],
    "resources": [
      {
        "uri": "https://qyvora.store/llms-full.txt",
        "name": "Product catalog (markdown)",
        "mimeType": "text/markdown"
      },
      {
        "uri": "https://qyvora.store/.well-known/openapi.json",
        "name": "OpenAPI specification",
        "mimeType": "application/json"
      }
    ],
    "prompts": []
  },
  "documentation": "https://qyvora.store/help",
  "authentication": {
    "type": "none",
    "details": "https://qyvora.store/auth.md"
  }
}