{
  "name": "VinylVault",
  "description": "Independent UK online record shop specialising in curated electronic and dance music on vinyl. We offer retail sales, B2B wholesale, wishlist services, and music discovery across house, techno, drum & bass, garage, dub, electro, and more.",
  "url": "https://vinylvault.shop",
  "version": "1.0.0",
  "documentationUrl": "https://vinylvault.shop/llms.txt",
  "provider": {
    "organization": "VinylVault",
    "url": "https://vinylvault.shop",
    "contactEmail": "info@vinylvault.shop"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "vinyl-search",
      "name": "Search Vinyl Catalogue",
      "description": "Search our catalogue of curated electronic and dance music vinyl records by artist, title, genre, label, or catalogue number.",
      "tags": ["music", "vinyl", "records", "search", "electronic", "dance"],
      "examples": [
        "Find techno records by Aphex Twin",
        "Search for house vinyl under £15",
        "What drum and bass records do you have in stock?",
        "Look up catalogue number WARP123"
      ]
    },
    {
      "id": "product-enquiry",
      "name": "Product Enquiry",
      "description": "Get details about a specific vinyl record including price, stock availability, audio previews, and shipping information.",
      "tags": ["product", "pricing", "stock", "availability", "shipping"],
      "examples": [
        "Is this record in stock?",
        "How much does shipping cost to Germany?",
        "What format is this release?"
      ]
    },
    {
      "id": "b2b-enquiry",
      "name": "B2B & Wholesale Enquiry",
      "description": "Submit wholesale, trade, or bulk purchase enquiries for DJs, venues, shops, and distributors through our B2B Crate Programme.",
      "tags": ["wholesale", "b2b", "trade", "bulk", "business"],
      "examples": [
        "I run a record shop and want to discuss wholesale pricing",
        "Bulk order enquiry for a venue",
        "Trade account application"
      ]
    },
    {
      "id": "general-contact",
      "name": "General Contact",
      "description": "Send a general enquiry to VinylVault about orders, returns, recommendations, or any other topic.",
      "tags": ["contact", "support", "enquiry", "help"],
      "examples": [
        "I have a question about my order",
        "Can you recommend records similar to X?",
        "I'd like to arrange a return"
      ]
    }
  ],
  "contactEndpoints": [
    {
      "type": "email",
      "address": "info@vinylvault.shop",
      "description": "Primary contact for all enquiries. Monitored daily."
    },
    {
      "type": "web_form",
      "url": "https://vinylvault.shop/contact",
      "description": "Structured contact form for humans and agents. Supports JSON POST for agent-initiated enquiries.",
      "methods": ["GET", "POST"],
      "acceptsAgentRequests": true
    }
  ],
  "policies": {
    "termsOfService": "https://vinylvault.shop/terms",
    "privacyPolicy": "https://vinylvault.shop/privacy",
    "returnsPolicy": "14-day returns on sealed items. Defective opened items accepted."
  }
}
