{
    "name": "aceshop-store-agent",
    "description": "REÜN螺旋炒鍋 公開資料 A2A Agent",
    "url": "https://reunkitchen.com/Shop/mcp",
    "version": "1.0.0",
    "provider": {
        "organization": "REÜN螺旋炒鍋",
        "url": "https://reunkitchen.com/Shop"
    },
    "documentationUrl": "https://reunkitchen.com/Shop/.well-known/agent-skills/index.json",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "authentication": {
        "schemes": [
            "none"
        ]
    },
    "supportedInterfaces": [
        {
            "type": "mcp",
            "transport": "streamable-http",
            "url": "https://reunkitchen.com/Shop/mcp"
        },
        {
            "type": "rest",
            "url": "https://reunkitchen.com/Shop/api/v1",
            "catalog": "https://reunkitchen.com/Shop/.well-known/api-catalog",
            "skills": "https://reunkitchen.com/Shop/.well-known/agent-skills/index.json"
        }
    ],
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "search_products",
            "name": "搜尋商品",
            "description": "搜尋「REÜN螺旋炒鍋」販售的商品，回傳名稱、售價與供應狀態。",
            "tags": [
                "shopping",
                "products"
            ]
        },
        {
            "id": "get_product",
            "name": "查單一商品",
            "description": "以貨號取得單一商品的完整資料。",
            "tags": [
                "shopping",
                "products"
            ]
        },
        {
            "id": "get_store_info",
            "name": "網店介紹",
            "description": "取得「REÜN螺旋炒鍋」的介紹文字、分類與門市資訊。",
            "tags": [
                "store",
                "about"
            ]
        }
    ]
}