{"name":"MyCalAgent","version":"1.0.0","description":"Browser-native WebMCP tools for MyCalAgent public site discovery, navigation, and macro target estimates.","endpoints":{"webmcp_manifest":"https://www.mycalagent.com/.well-known/webmcp.json"},"capabilities":{"tools":true,"resources":false,"prompts":false},"authentication":{"type":"none"},"tools":[{"name":"get_mycalagent_overview","kind":"answer","description":"Summarize what MyCalAgent is, who it is for, and the main public links.","inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"find_mycalagent_page","kind":"answer","description":"Find the best public MyCalAgent page for a topic, feature, support question, or trust document.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Topic to search for, such as pricing, hydration, AI meal analysis, privacy, or calculator."},"category":{"type":"string","enum":["product","tool","feature","education","support","trust"],"description":"Optional page category filter."}},"additionalProperties":false}},{"name":"calculate_macro_targets","kind":"answer","description":"Estimate BMR, TDEE, calories, macros, fiber, and hydration using the MyCalAgent public calculator formula.","inputSchema":{"type":"object","properties":{"goal":{"type":"string","enum":["loss","maintain","gain"],"description":"User goal."},"sex":{"type":"string","enum":["male","female"],"description":"Biological sex value used by the Mifflin-St Jeor equation."},"age":{"type":"number","minimum":18,"maximum":80,"description":"Age in years."},"heightCm":{"type":"number","minimum":120,"maximum":230,"description":"Height in centimeters."},"weightKg":{"type":"number","minimum":35,"maximum":250,"description":"Weight in kilograms."},"activityLevel":{"type":"string","enum":["sedentary","light","moderate","active","veryActive"],"description":"General daily activity level."}},"required":["age","heightCm","weightKg"],"additionalProperties":false}},{"name":"open_mycalagent_page","kind":"act","description":"Navigate the current browser tab to a public MyCalAgent page.","inputSchema":{"type":"object","properties":{"path":{"type":"string","description":"Public path to open, such as /pricing, /features/ai-meal-analysis, or /macro-calorie-calculator."}},"required":["path"],"additionalProperties":false}}]}