{
    "name": "aceshop-store-agent",
    "description": "枕好睡-眠りの専門家 你睡眠的好夥伴！ 從一開始的不被同行看好，因為我們的堅持，最終花了2年6個月又九天才研發出一款產品 這在商人的眼中是十分不重視成本的。 但也因為我們的堅持，最後得到市場的肯定， 在2021年開賣不久，狂售30000顆枕頭， 得到許多客人的好評認證，也開始有國外飯店指定我們的枕頭， 這是我們最開心的事情了! 也希望我們能解決您的睡眠問題，成為你一輩子的好夥伴!",
    "url": "https://japansleeps.com/Shop/mcp",
    "version": "1.0.0",
    "provider": {
        "organization": "眠りの専門家 - 枕好睡記憶機能枕",
        "url": "https://japansleeps.com/Shop"
    },
    "documentationUrl": "https://japansleeps.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://japansleeps.com/Shop/mcp"
        },
        {
            "type": "rest",
            "url": "https://japansleeps.com/Shop/api/v1",
            "catalog": "https://japansleeps.com/Shop/.well-known/api-catalog",
            "skills": "https://japansleeps.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": "搜尋「眠りの専門家 - 枕好睡記憶機能枕」販售的商品，回傳名稱、售價與供應狀態。",
            "tags": [
                "shopping",
                "products"
            ]
        },
        {
            "id": "get_product",
            "name": "查單一商品",
            "description": "以貨號取得單一商品的完整資料。",
            "tags": [
                "shopping",
                "products"
            ]
        },
        {
            "id": "get_store_info",
            "name": "網店介紹",
            "description": "取得「眠りの専門家 - 枕好睡記憶機能枕」的介紹文字、分類與門市資訊。",
            "tags": [
                "store",
                "about"
            ]
        }
    ]
}