{
  "schema_version": "1.0",
  "name": "PricedLowest",
  "description": "Real products at fair prices. Browse 7,000+ products, get variant info, check stock, place orders.",
  "capabilities": {
    "browse_catalog": {
      "description": "Browse all products with filters by category, brand, and price",
      "endpoint": "/catalog",
      "method": "GET"
    },
    "search_products": {
      "description": "Search products by keyword",
      "endpoint": "/search?q={query}",
      "method": "GET"
    },
    "view_product": {
      "description": "View product details, variants, stock, reviews",
      "endpoint": "/products/{id}",
      "method": "GET"
    },
    "get_categories": {
      "description": "List all product categories",
      "endpoint": "/catalog",
      "method": "GET"
    },
    "get_brands": {
      "description": "List all product brands",
      "endpoint": "/catalog",
      "method": "GET"
    },
    "check_order": {
      "description": "Track an order by order number and email",
      "endpoint": "/track",
      "method": "GET"
    }
  },
  "contact": "https://www.pricedlowest.com"
}