mfp_get_measurements
Retrieve historical body measurements such as weight and body fat over any date range to monitor fitness progress and identify trends.
Instructions
Get body measurements (weight, body fat, etc.) over a date range.
Returns historical measurement data with dates and values. Useful for tracking weight loss progress and body composition changes.
Args: params: GetMeasurementsInput containing: - measurement (str): Type of measurement (default 'Weight') - start_date (str, optional): Start date, defaults to 30 days ago - end_date (str, optional): End date, defaults to today - response_format (str): 'markdown' or 'json'
Returns: str: Measurement history with dates and values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |