{
    "actions": [
        {
            "name": "search_products",
            "description": "جستجوی محصولات طلا و جواهر",
            "url": "https://bazaretala.com/s/",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {
                    "keyword": {
                        "type": "string",
                        "description": "عبارت جستجو (حداقل ۴ کاراکتر)"
                    }
                },
                "required": [
                    "keyword"
                ]
            }
        },
        {
            "name": "browse_category",
            "description": "مشاهده محصولات یک دسته‌بندی طلا و جواهر",
            "url": "https://bazaretala.com/s/{category}/",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {
                    "category": {
                        "type": "string",
                        "description": "permalink دسته‌بندی (مثل gold-bar یا ring)"
                    }
                },
                "required": [
                    "category"
                ]
            }
        },
        {
            "name": "browse_gold_price",
            "description": "مشاهده صفحه قیمت لحظه‌ای طلا",
            "url": "https://bazaretala.com/gold-price",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": []
            }
        },
        {
            "name": "browse_shops",
            "description": "مشاهده فهرست فروشگاه‌ها، بنکداران و تولیدکنندگان",
            "url": "https://bazaretala.com/shops",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": []
            }
        },
        {
            "name": "contact_support",
            "description": "دسترسی به صفحه تماس با پشتیبانی",
            "url": "https://bazaretala.com/contact-us",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": []
            }
        }
    ]
}