{
    "name": "idnovate.com Storefront Agent",
    "version": "1.0.0",
    "description": "Discover products, check availability and pricing, and build a cart on idnovate.com.",
    "supportedInterfaces": [
        {
            "url": "https://www.idnovate.com/api/a2a",
            "transport": "JSONRPC"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "skills": [
        {
            "id": "search_products",
            "name": "Search products",
            "description": "Search the catalog by keyword and return matching products with price and availability."
        },
        {
            "id": "get_product",
            "name": "Get product details",
            "description": "Return details, price, stock and variants for a given product."
        }
    ]
}