{
    "name": "Wisconsin Canoe Company",
    "version": "1.5.2",
    "description": "Public discovery card for the Wisconsin Canoe Company agent surface, including search, booking, and river condition tools.",
    "provider": {
        "organization": "Wisconsin Canoe Company",
        "url": "https://thebestcanoecompanyever.com"
    },
    "documentationUrl": "https://thebestcanoecompanyever.com/llms.txt",
    "capabilities": {
        "streaming": true,
        "pushNotifications": false
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "supportedInterfaces": [
        {
            "url": "https://thebestcanoecompanyever.com/wp-json/ai-ready/v1/a2a",
            "protocolBinding": "HTTP+JSON",
            "protocolVersion": "1.0"
        }
    ],
    "skills": [
        {
            "id": "search",
            "name": "Search",
            "description": "Search canoe trips, rentals, tours, and site content",
            "tags": [
                "search"
            ],
            "inputModes": [
                "text/plain",
                "application/json"
            ],
            "outputModes": [
                "text/plain",
                "application/json"
            ],
            "examples": []
        },
        {
            "id": "booking",
            "name": "Booking",
            "description": "Check availability and make canoe or kayak reservations",
            "tags": [
                "booking"
            ],
            "inputModes": [
                "text/plain",
                "application/json"
            ],
            "outputModes": [
                "text/plain",
                "application/json"
            ],
            "examples": []
        },
        {
            "id": "river-conditions",
            "name": "River Conditions",
            "description": "Get current Wisconsin River conditions and 7-day paddling forecast with composite scores",
            "tags": [
                "river",
                "conditions"
            ],
            "inputModes": [
                "text/plain",
                "application/json"
            ],
            "outputModes": [
                "text/plain",
                "application/json"
            ],
            "examples": []
        }
    ]
}