{
  "protocolVersion": "0.2.0",
  "name": "Chronos Watch",
  "version": "1.0.0",
  "description": "Luxury watch dealer in Bangkok, Thailand. Buy, sell, and trade authentic Rolex, Patek Philippe, Audemars Piguet, and Richard Mille timepieces. This agent exposes read-only access to the public inventory and market price data.",
  "url": "https://chronoswatch.co",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Chronos Watch",
    "url": "https://chronoswatch.co"
  },
  "documentationUrl": "https://chronoswatch.co/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://chronoswatch.co/api/public/watches",
      "transport": "HTTP+JSON"
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "search-watches",
      "name": "Search Watches",
      "description": "Search the public luxury watch inventory by brand, model, reference, price, or year.",
      "tags": ["watches", "inventory", "search", "luxury"],
      "examples": [
        "Show me available Rolex watches",
        "Find Patek Philippe under 2,000,000 THB"
      ]
    },
    {
      "id": "get-watch-details",
      "name": "Get Watch Details",
      "description": "Retrieve full details for a specific watch by its id, including brand, model, reference, condition, year, material, and price.",
      "tags": ["watches", "details", "product"],
      "examples": [
        "Get details for watch 72"
      ]
    },
    {
      "id": "get-market-prices",
      "name": "Get Market Prices",
      "description": "Retrieve current luxury watch market price reference data.",
      "tags": ["market", "prices", "valuation"],
      "examples": [
        "What is the market price reference for Rolex Submariner?"
      ]
    }
  ]
}
