{
    "name": "Saurabh Shukla",
    "description": "Senior Software Engineer with 6 years of hands-on experience designing and developing scalable web applications using Laravel, PHP, and MySQL. Proven track record of building secure RESTful APIs, architecting modular systems, and integrating third-party services in high-impact products. Strong foundation in full software development lifecycle, with React, Vue.js, Node.js, AWS, and microservices.",
    "url": "https://saurabhshukla.com",
    "version": "1.0",
    "contact": {
        "email": "saurabhshukla.developer@gmail.com",
        "url": "https://saurabhshukla.com/contact"
    },
    "actions": [
        {
            "name": "search_articles",
            "description": "Search published blog articles about Laravel, PHP, architecture, and Generative AI.",
            "url": "https://saurabhshukla.com/blog",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {
                    "q": {
                        "type": "string",
                        "description": "Free-text search query"
                    },
                    "tag": {
                        "type": "string",
                        "description": "Optional topic slug to filter by, for example laravel or genai"
                    }
                },
                "required": [
                    "q"
                ]
            }
        },
        {
            "name": "search_ebooks",
            "description": "Search the ebook shop by topic, stack, or title.",
            "url": "https://saurabhshukla.com/ebooks",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {
                    "q": {
                        "type": "string",
                        "description": "Free-text search query"
                    }
                },
                "required": [
                    "q"
                ]
            }
        },
        {
            "name": "open_contact",
            "description": "Open the contact page to hire or message Saurabh Shukla. Prefer the on-page WebMCP form over posting directly (CSRF).",
            "url": "https://saurabhshukla.com/contact",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {
                    "intent": {
                        "type": "string",
                        "description": "Why the visitor wants to get in touch",
                        "enum": [
                            "project",
                            "job",
                            "collaboration",
                            "other"
                        ]
                    }
                }
            }
        },
        {
            "name": "list_projects",
            "description": "Open the portfolio of shipped products and case studies.",
            "url": "https://saurabhshukla.com/projects",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {}
            }
        },
        {
            "name": "read_experience",
            "description": "Open the professional experience timeline.",
            "url": "https://saurabhshukla.com/experience",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {}
            }
        },
        {
            "name": "download_resume",
            "description": "Download Saurabh Shukla’s PDF resume.",
            "url": "https://saurabhshukla.com/resume/saurabh-shukla-resume.pdf",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {}
            }
        }
    ]
}