Coaching and Trends Tool (coachTools)
The coachTools are designed to provide high-level insights into a user's health status and long-term trends. It aggregates data from various sources (food, exercise, check-ins) to offer summaries and identify patterns relevant for health coaching.
Tool Name: coachTools (Note: This is a collection of tools, not a single one)
Tools within Coach
get_health_summary
- Description: Get a summary of the user's health status (Nutrition, Fitness, Vitals) for a specific date range.
- Parameters:
start_date(string, YYYY-MM-DD): Start date for the summary.end_date(string, YYYY-MM-DD, optional): End date for the summary. Defaults tostart_dateif not provided.
analyze_trends
- Description: Analyze weight trends vs. calorie intake to identify plateaus or progress. (Feature coming in full Phase 3 implementation!)
- Parameters:
days(number, optional): Number of days to analyze. Defaults to 7.
get_30_day_trends
- Description: Get comprehensive trends for the last 30 days including food, exercise, mood, sleep, and biometrics. This tool gathers aggregated data across these domains to provide a holistic view of the user's progress and patterns.
- Parameters:
end_date(string, YYYY-MM-DD, optional): End date for the 30-day period. Defaults to today.
