{
  "tools": [
    {
      "name": "whatsapp_contact",
      "description": "Contact business via WhatsApp from contact card",
      "action": "message",
      "selector": "[data-webmcp-tool='whatsapp_contact']"
    },
    {
      "name": "email_contact", 
      "description": "Send email to business from contact card",
      "action": "compose",
      "selector": "[data-webmcp-tool='email_contact']"
    },
    {
      "name": "whatsapp_cta",
      "description": "Primary WhatsApp contact button",
      "action": "message", 
      "selector": "[data-webmcp-tool='whatsapp_cta']"
    },
    {
      "name": "mobile_menu",
      "description": "Toggle mobile navigation menu",
      "action": "toggle",
      "selector": "[data-webmcp-tool='mobile_menu']"
    },
    {
      "name": "whatsapp_hero",
      "description": "WhatsApp contact from hero section",
      "action": "message",
      "selector": "[data-webmcp-tool='whatsapp_hero']"
    },
    {
      "name": "whatsapp_service_hero", 
      "description": "WhatsApp contact from service hero",
      "action": "message",
      "selector": "[data-webmcp-tool='whatsapp_service_hero']"
    },
    {
      "name": "whatsapp_pricing",
      "description": "WhatsApp contact from pricing section",
      "action": "message", 
      "selector": "[data-webmcp-tool='whatsapp_pricing']"
    },
    {
      "name": "phone_pricing",
      "description": "Phone call from pricing section",
      "action": "call",
      "selector": "[data-webmcp-tool='phone_pricing']"
    }
  ]
}