get_daily_macros
Retrieve your daily macro and micronutrient breakdown from MyFitnessPal for any date to track nutrition intake and monitor dietary goals.
Instructions
Get comprehensive macro and micronutrient breakdown with all tracked nutrients.
Args: date: Date in YYYY-MM-DD format (defaults to today)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
},
"type": "object"
}