{
  "protocolVersion": "0.2.1",
  "name": "Tourinform Zakarpattia Tourism Agent",
  "description": "AI tourism assistant for Zakarpattia region, western Ukraine. Answers questions about tourist attractions, events, excursions, news and travel planning in the Carpathian region.",
  "url": "https://tourinform.org.ua/a2a",
  "version": "1.0.0",
  "documentationUrl": "https://tourinform.org.ua/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://tourinform.org.ua/a2a",
      "name": "tasks/send"
    },
    {
      "url": "https://tourinform.org.ua/a2a",
      "name": "tasks/get"
    },
    {
      "url": "https://tourinform.org.ua/a2a",
      "name": "tasks/cancel"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "None"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-attractions",
      "name": "Search Tourist Attractions",
      "description": "Find tourist attractions in Zakarpattia: hotels, restaurants, castles, SPA, thermal baths, museums, wineries, nature spots, ski resorts. Over 470 places.",
      "tags": [
        "tourism",
        "attractions",
        "hotels",
        "restaurants",
        "castles",
        "zakarpattia",
        "carpathians"
      ],
      "examples": [
        "What are the best castles in Zakarpattia?",
        "Find hotels in Uzhhorod",
        "Thermal spas in Zakarpattia"
      ]
    },
    {
      "id": "get-events",
      "name": "Upcoming Events",
      "description": "Find upcoming events, festivals, concerts, exhibitions and fairs in Zakarpattia region.",
      "tags": [
        "events",
        "festivals",
        "concerts",
        "zakarpattia"
      ],
      "examples": [
        "What events are happening in Uzhhorod this summer?",
        "Wine festivals in Zakarpattia"
      ]
    },
    {
      "id": "get-excursions",
      "name": "Excursions and Tours",
      "description": "Find organized excursions and guided tours in Zakarpattia, including day trips and multi-day tours.",
      "tags": [
        "excursions",
        "tours",
        "guided-tours",
        "zakarpattia"
      ],
      "examples": [
        "What excursions are available from Uzhhorod?",
        "Guided tour of Zakarpattia castles"
      ]
    },
    {
      "id": "get-news",
      "name": "Tourism News",
      "description": "Get the latest tourism news and articles about Zakarpattia region.",
      "tags": [
        "news",
        "articles",
        "zakarpattia",
        "tourism"
      ],
      "examples": [
        "Latest tourism news from Zakarpattia",
        "What's new in Carpathian tourism?"
      ]
    }
  ],
  "skillsUrl": "https://tourinform.org.ua/.well-known/agent-skills.json"
}