{"schema_version":"1.0","name":"augmentedmike.com","description":"AugmentedMike — AI consulting, automation services, and portfolio by Mike O'Neal. Book consultations, explore projects, download resume.","url":"https://augmentedmike.com","provider":{"name":"Mike ONeal","url":"https://augmentedmike.com"},"tools":[{"name":"book-consultation","description":"Book a paid 90-minute consultation with Mike ONeal. Fills name and email, then proceeds to Stripe payment.","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Full name of the person booking"},"email":{"type":"string","format":"email","description":"Email address for booking confirmation"}},"required":["name","email"]},"returnSchema":{"type":"object","properties":{"message":{"type":"string"}}},"path":"/#contact","method":"interactive"},{"name":"view-portfolio","description":"Browse featured projects including ClaimHawk, Hello Am, and The Blog.","inputSchema":{"type":"object","properties":{"project":{"type":"string","enum":["claimhawk","helloam","blog"],"description":"Optional: view a specific project by ID"}}},"returnSchema":{"type":"object","properties":{"message":{"type":"string"}}},"path":"/#projects","method":"interactive"},{"name":"get-project-details","description":"Get detailed information about a project: description, tech stack, and URL.","inputSchema":{"type":"object","properties":{"project_id":{"type":"string","enum":["claimhawk","helloam","blog","all"],"description":"Project ID, or \"all\" for a summary of every project"}},"required":["project_id"]},"returnSchema":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"description":{"type":"string"},"tech":{"type":"array","items":{"type":"string"}}}},"path":"/","method":"interactive"},{"name":"get-services-info","description":"Get information about consulting services, pricing, and engagement models.","inputSchema":{"type":"object","properties":{"service":{"type":"string","enum":["fractional-ai-engineering","caio-advisory","ai-workshops","custom-ai-tools","all"],"description":"Service to get details for, or \"all\" for complete overview"}}},"returnSchema":{"type":"object","properties":{"message":{"type":"string"}}},"path":"/#services","method":"interactive"},{"name":"send-inquiry","description":"Send a general inquiry to Mike ONeal about AI consulting, workshops, or custom tool building.","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Your full name"},"email":{"type":"string","format":"email","description":"Your email address"},"subject":{"type":"string","enum":["fractional-ai-engineering","caio-advisory","ai-workshops","custom-ai-tools","general"],"description":"Type of inquiry"},"message":{"type":"string","description":"Your message or description of what you need"}},"required":["name","email","subject"]},"returnSchema":{"type":"object","properties":{"message":{"type":"string"}}},"path":"/#contact","method":"interactive"},{"name":"view-resume","description":"View Mike ONeal's full resume with work history, skills, and experience.","inputSchema":{"type":"object","properties":{"format":{"type":"string","enum":["page","markdown","doc"],"description":"\"page\" opens rendered resume, \"markdown\" downloads .md, \"doc\" downloads .doc"}}},"returnSchema":{"type":"object","properties":{"message":{"type":"string"}}},"path":"/resume","method":"interactive"},{"name":"download-resume","description":"Download Mike ONeal's resume in markdown (.md) or Word (.doc/.docx) format.","inputSchema":{"type":"object","properties":{"format":{"type":"string","enum":["md","doc","docx"],"description":"\"md\" for Markdown, \"doc\" or \"docx\" for Word document"}},"required":["format"]},"returnSchema":{"type":"object","properties":{"url":{"type":"string"},"message":{"type":"string"}}},"path":"/resume","method":"interactive"},{"name":"navigate-to-section","description":"Navigate to a specific section on the homepage.","inputSchema":{"type":"object","properties":{"section":{"type":"string","enum":["hero","philosophy","clients","ml","systems","projects","contact","work","services"],"description":"Section ID: hero=top, philosophy=approach, ml=AI depth, systems=swarms, projects=portfolio, contact=booking, work=engagement, services=pricing"}},"required":["section"]},"returnSchema":{"type":"object","properties":{"message":{"type":"string"}}},"path":"/","method":"interactive"}],"support":{"declarative":true,"imperative":true}}