{
  "protocolVersion": "0.3.0",
  "name": "Terhi ABS Boats Polska Assistant",
  "description": "Answers questions about Terhi boats, finds accessories and engines compatible with a given model, and helps configure and price a boat. RAG over terhiboats.pl, in Polish and English.",
  "url": "https://nlweb.terhiboats.pl/ask",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "Grupa Marine",
    "url": "https://terhiboats.pl"
  },
  "version": "0.1.0",
  "documentationUrl": "https://terhiboats.pl/auth.md",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/event-stream"
  ],
  "skills": [
    {
      "id": "search-boats",
      "name": "Search Terhi boats",
      "description": "Find Terhi boats by length, seating capacity, use-case, or price, with links and prices.",
      "tags": [
        "boats",
        "catalog",
        "search"
      ],
      "examples": [
        "Jaka łódź Terhi dla rodziny 4 osób?",
        "Show me Terhi boats under 4 metres"
      ]
    },
    {
      "id": "compatible-accessories",
      "name": "Compatible accessories & engines",
      "description": "List accessories and engines (Suzuki, Minn Kota, Humminbird) compatible with a given Terhi model, respecting the configurator's compatibility rules.",
      "tags": [
        "accessories",
        "engines",
        "compatibility"
      ],
      "examples": [
        "Jakie akcesoria pasują do Terhi 400?",
        "What engine fits the Terhi 475?"
      ]
    },
    {
      "id": "configure-boat",
      "name": "Configure a boat",
      "description": "Help build and price a valid boat configuration and link into the online configurator.",
      "tags": [
        "configurator",
        "pricing"
      ],
      "examples": [
        "Skonfiguruj Terhi 400 z silnikiem Suzuki"
      ]
    },
    {
      "id": "dealer-contact",
      "name": "Dealer & contact info",
      "description": "Availability, pricing, and how to reach the Grupa Marine dealer for Terhi in Poland.",
      "tags": [
        "contact",
        "dealer"
      ],
      "examples": [
        "Jak skontaktować się z dealerem Terhi?"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://nlweb.terhiboats.pl/ask"
    },
    {
      "transport": "MCP",
      "url": "https://nlweb.terhiboats.pl/mcp"
    },
    {
      "transport": "MCP",
      "url": "https://terhiboats.pl/mcp"
    }
  ]
}