{
  "name": "PingWell",
  "description": "Iranian marketplace for gift cards, digital subscriptions, and software license keys.",
  "url": "https://iranpingwell.com/",
  "actions": [
    {
      "name": "search_products",
      "description": "Search the PingWell product catalog by keyword.",
      "url": "https://iranpingwell.com/products",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "search": {
            "type": "string",
            "description": "Product name, brand, or keyword (Persian or English)."
          }
        },
        "required": [
          "search"
        ]
      }
    },
    {
      "name": "browse_category",
      "description": "Open a product category listing.",
      "url": "https://iranpingwell.com/products",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "description": "Category slug, e.g. steam, apple, ai."
          }
        },
        "required": [
          "category"
        ]
      }
    },
    {
      "name": "open_cart",
      "description": "Open the shopping cart.",
      "url": "https://iranpingwell.com/cart",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "contact_support",
      "description": "Open the contact form to message PingWell support.",
      "url": "https://iranpingwell.com/contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "read_blog",
      "description": "Open the blog index of Persian guides and articles.",
      "url": "https://iranpingwell.com/blogs",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
