mfp_set_measurement
Log today's body measurements such as weight or body fat into MyFitnessPal. Track progress by saving your measurement values directly.
Instructions
Log a new body measurement (weight, body fat, etc.) for today.
Records the measurement value in MyFitnessPal for tracking progress.
Args: params: SetMeasurementInput containing: - measurement (str): Type of measurement (default 'Weight') - value (float): Measurement value (e.g., 185.5)
Returns: str: Confirmation message with the logged value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |