{
  "protocolVersion": "0.3.0",
  "name": "MallorcaBot",
  "description": "AI-powered Mallorca travel assistant. Multilingual (DE/EN/ES) recommendations for restaurants, beaches, hikes, hidden spots, weather-aware planning. 19+ curated POIs with knowledge graph. WhatsApp + web chat.",
  "url": "https://mallorcabot.de/api/chat",
  "version": "1.0.0",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "StudioMeyer",
    "url": "https://studiomeyer.io",
    "email": "hello@studiomeyer.io",
    "location": "Palma de Mallorca, Spain"
  },
  "iconUrl": "https://mallorcabot.de/favicon.ico",
  "documentationUrl": "https://mallorcabot.de",
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "capabilities": {
    "streaming": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "mallorca-recommendations",
      "name": "Mallorca point-of-interest recommendations",
      "description": "Returns curated, locally-knowledgeable recommendations for restaurants, beaches, hikes, viewpoints, hidden coves, weather-aware day plans on Mallorca. Knowledge graph includes 19+ first-hand researched POIs across the island.",
      "tags": ["mallorca", "travel", "recommendations", "restaurants", "beaches", "hiking", "tourism"],
      "examples": [
        "Recommend a quiet beach near Cala Mondragó for a Tuesday in May",
        "Where can I eat authentic Mallorcan tumbet in Palma's old town?",
        "Sun is gone — what indoor activities work for kids in Sóller?",
        "I need a 3-day itinerary for the Tramuntana with hiking + good food"
      ]
    },
    {
      "id": "mallorca-weather-context",
      "name": "Weather-aware Mallorca planning",
      "description": "Combines live Mallorca weather with POI recommendations. Switches indoor activities when storm warnings are active, recommends shaded routes on hot days, suggests alternate beaches when wind is wrong.",
      "tags": ["mallorca", "weather", "planning", "travel"],
      "examples": [
        "Weather is bad tomorrow — what alternatives do you suggest?",
        "Cala Llombards is too windy this week — where else?"
      ]
    },
    {
      "id": "mallorca-guestbook",
      "name": "Mallorca guestbook + traveler tips",
      "description": "Recent traveler entries with verified tips, photos, recent visits. Filterable by location, season, traveler type.",
      "tags": ["mallorca", "guestbook", "tips", "travel"],
      "examples": [
        "Show me recent traveler tips for Cap de Formentor",
        "What did couples who visited in March recommend?"
      ]
    }
  ]
}
