{
  "protocolVersion": "0.2.0",
  "name": "BrickCompare",
  "description": "LEGO price comparison for UK and EU shoppers. Tracks 1,400+ LEGO sets across Amazon UK/FR/DE, Argos, Zavvi, and LEGO.com — compares current prices against official LEGO RRP to surface the best deals, biggest discounts, and recent price drops.",
  "url": "https://www.brickcompare.shop",
  "provider": {
    "organization": "BrickCompare",
    "url": "https://www.brickcompare.shop"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.brickcompare.shop/llms.txt",
  "iconUrl": "https://www.brickcompare.shop/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "find-cheapest-lego-set",
      "name": "Find cheapest LEGO set",
      "description": "Given a LEGO set number or name, returns the cheapest current price across all tracked UK and EU retailers, with GBP equivalents for EUR prices.",
      "tags": ["lego", "price-comparison", "commerce"],
      "examples": [
        "What's the cheapest price for LEGO Star Wars 75192?",
        "Who has LEGO Technic 42115 on sale right now?"
      ]
    },
    {
      "id": "list-current-deals",
      "name": "List current LEGO deals",
      "description": "Returns current LEGO deals sorted by discount percentage, absolute savings, recency, or a composite 'hot' score. Supports filtering by retailer and theme.",
      "tags": ["lego", "deals", "discounts"],
      "examples": [
        "Show me today's best LEGO deals",
        "What are the biggest LEGO discounts at Amazon UK?",
        "Recent LEGO price drops"
      ]
    },
    {
      "id": "compare-uk-vs-eu-prices",
      "name": "Compare UK vs EU LEGO prices",
      "description": "For a given LEGO set, returns prices across Amazon UK, Amazon FR, and Amazon DE, with GBP equivalents so a shopper can decide which marketplace is cheapest after currency conversion.",
      "tags": ["lego", "cross-border", "currency"],
      "examples": [
        "Is LEGO 75331 cheaper in Germany or the UK?",
        "Compare LEGO prices across Europe"
      ]
    },
    {
      "id": "browse-by-theme",
      "name": "Browse LEGO by theme",
      "description": "Lists LEGO sets within a given theme (Star Wars, Harry Potter, Technic, Marvel, City, etc.) with current best prices.",
      "tags": ["lego", "themes", "browse"],
      "examples": [
        "Show LEGO Star Wars sets under £50",
        "What Harry Potter LEGO sets are discounted?"
      ]
    },
    {
      "id": "price-history",
      "name": "LEGO price history",
      "description": "Returns historical price data for a specific LEGO set across tracked retailers, useful for judging whether a current price is a genuine deal.",
      "tags": ["lego", "price-history", "trends"],
      "examples": [
        "Has LEGO 75192 ever been cheaper than this?",
        "Price history for LEGO Technic 42131"
      ]
    }
  ]
}
