{"name":"Gandhi Tech Actions","version":"1.0.0","description":"Callable actions and capabilities for AI agents interacting with Gandhi Tech (Vimal Gandhi).","provider":{"name":"Gandhi Tech","url":"https://vimal-gandhi.vercel.app"},"actions":[{"id":"submit-contact-form","name":"Submit Contact Form","description":"Sends a project consultation or development inquiry to Gandhi Tech.","execute":"https://vimal-gandhi.vercel.app/api/contact","method":"POST","requiresConfirmation":true,"inputs":{"type":"object","properties":{"name":{"type":"string","description":"Your full name"},"email":{"type":"string","format":"email","description":"Your email address"},"message":{"type":"string","description":"Details about your project, goals, or requirements"},"phone":{"type":"string","description":"Optional phone number"},"company":{"type":"string","description":"Company or organisation name"},"service":{"type":"string","enum":["Web Development","Shopify Development","WordPress Development","Mobile App Development","Cloud Infrastructure","Blockchain & Web3 Development"],"description":"Primary development service needed"},"budget":{"type":"string","description":"Estimated budget range"},"timeline":{"type":"string","description":"Expected timeline or launch date"}},"required":["name","email","message"]}},{"id":"service-health","name":"Check Service Health","description":"Checks the operational status and uptime of the Gandhi Tech web API.","execute":"https://vimal-gandhi.vercel.app/api/health","method":"GET","capabilities":["status-monitoring"]},{"id":"discover-services","name":"Discover Development Services","description":"Retrieves list and descriptions of services offered by Gandhi Tech.","execute":"https://vimal-gandhi.vercel.app/services.md","method":"GET","capabilities":["action-discovery","content-retrieval"]}]}