{
  "name": "Kamlesh Dhamandiya Portfolio",
  "description": "Agent action map for the personal portfolio website of Kamlesh Dhamandiya, Full-Stack Developer and Founder of Moogle Infotech.",
  "url": "https://kamleshdhamandiya.com/",
  "actions": [
    {
      "name": "view_home",
      "description": "Open the portfolio home page with hero, overview, and navigation.",
      "url": "https://kamleshdhamandiya.com/",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "view_about",
      "description": "Navigate to the About section with biography and education.",
      "url": "https://kamleshdhamandiya.com/#about",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "view_skills",
      "description": "Navigate to the Skills section listing technical expertise.",
      "url": "https://kamleshdhamandiya.com/#skills",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "view_experience",
      "description": "Navigate to the Experience section with career history.",
      "url": "https://kamleshdhamandiya.com/#experience",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "view_services",
      "description": "Navigate to the Services section describing offered solutions.",
      "url": "https://kamleshdhamandiya.com/#services",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "view_contact",
      "description": "Navigate to the Contact section with phone, email, and messaging options.",
      "url": "https://kamleshdhamandiya.com/#contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "view_linkedin_page",
      "description": "Open the on-site LinkedIn profile page.",
      "url": "https://kamleshdhamandiya.com/linkedin",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "send_email",
      "description": "Send an email inquiry to Kamlesh Dhamandiya.",
      "url": "mailto:info@moogleinfotech.com",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "subject": {
            "type": "string",
            "description": "Email subject line"
          },
          "body": {
            "type": "string",
            "description": "Email message body"
          }
        },
        "required": []
      }
    },
    {
      "name": "start_whatsapp_chat",
      "description": "Start a WhatsApp conversation for project inquiries.",
      "url": "https://wa.me/917879759500",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "description": "Prefilled WhatsApp message"
          }
        },
        "required": []
      }
    }
  ]
}
