{
  "protocolVersion": "0.3.0",
  "name": "Open Road Motorcycle Tours Agent",
  "description": "Agent for New Zealand's premier motorcycle tour company, offering guided and self-guided motorcycle tours across New Zealand and Europe. Answers questions about tours, regions, bikes, availability, and bookings.",
  "url": "https://openroad.nz",
  "version": "1.0.0",
  "provider": {
    "organization": "Open Road Motorcycle Tours",
    "url": "https://openroad.nz"
  },
  "iconUrl": "https://openroad.nz/og-image.jpg",
  "documentationUrl": "https://openroad.nz/faq",
  "preferredTransport": "JSONRPC",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "tour-information",
      "name": "Tour Information",
      "description": "Provides information about motorcycle tours, regions, tour types, itineraries, bikes, accommodation, and pricing offered by Open Road Motorcycle Tours.",
      "tags": ["motorcycle", "tours", "new-zealand", "europe", "travel"],
      "examples": [
        "What guided motorcycle tours are available in the South Island?",
        "Which bikes can I rent for a self-guided tour?",
        "How long is the Southern Alps tour and what does it include?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
