{
    "protocolVersion": "1.0",
    "name": "Maldiventures",
    "description": "Discovery and enquiry surface for Maldiventures, a Maldives travel operator in Ukulhas, Alif Alif (Ari) Atoll. Browse tours, excursions, holiday packages and fishing trips, retrieve pricing and details, and submit booking enquiries. Interaction is over the documented public HTTP+JSON API.",
    "url": "https://maldiventures.com/api",
    "preferredTransport": "HTTP+JSON",
    "version": "1.0.0",
    "provider": {
        "organization": "Maldiventures",
        "url": "https://maldiventures.com"
    },
    "documentationUrl": "https://maldiventures.com/.well-known/api-catalog",
    "iconUrl": "https://maldiventures.com/og-default.webp",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/plain"
    ],
    "securitySchemes": {},
    "security": [],
    "skills": [
        {
            "id": "browse-tours",
            "name": "Browse tours",
            "description": "List and describe guided Maldives tours with pricing (GET /api/tours).",
            "tags": [
                "tours",
                "maldives",
                "travel",
                "catalog"
            ],
            "examples": [
                "What tours does Maldiventures offer?",
                "List Maldives snorkeling tours and their prices"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "browse-excursions",
            "name": "Browse excursions",
            "description": "List half- and full-day excursions with pricing (GET /api/excursions).",
            "tags": [
                "excursions",
                "maldives",
                "catalog"
            ],
            "examples": [
                "Show me sandbank and dolphin excursions",
                "What is the cheapest excursion?"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "browse-packages",
            "name": "Browse holiday packages",
            "description": "List multi-night all-inclusive packages (GET /api/packages).",
            "tags": [
                "packages",
                "maldives",
                "catalog"
            ],
            "examples": [
                "What honeymoon packages are available?",
                "List packages under 5 nights"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "browse-fishing",
            "name": "Browse fishing trips",
            "description": "List fishing trips with duration and pricing (GET /api/fishing).",
            "tags": [
                "fishing",
                "maldives",
                "catalog"
            ],
            "examples": [
                "What fishing trips do you run?",
                "Is there a sunset fishing trip?"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "trip-details",
            "name": "Get trip details",
            "description": "Retrieve full details for a specific tour, excursion, package or fishing trip by slug (GET /api/{collection}/{slug}).",
            "tags": [
                "details",
                "pricing",
                "itinerary"
            ],
            "examples": [
                "What's included in the Whale Shark Expedition?",
                "How long is the Island Hopping Tour and what does it cost?"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "booking-enquiry",
            "name": "Submit booking enquiry",
            "description": "Submit a booking or trip-planning enquiry with contact details and preferences (POST /api/leads).",
            "tags": [
                "booking",
                "enquiry",
                "contact"
            ],
            "examples": [
                "Enquire about booking the Sunset Cruise for 2 people next week",
                "Ask for a custom 4-day Maldives itinerary"
            ],
            "inputModes": [
                "application/json",
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        }
    ]
}