create_diet_plan
Design a personalized diet plan for a client by specifying meals, macros, and schedule. Preview before finalizing with confirmation.
Instructions
Create a diet plan for a client (confirm-gated). meals: array of MealInput objects (e.g. { name, slot, calories, macros, days }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | Yes | ||
| title | Yes | ||
| startDate | Yes | YYYY-MM-DD | |
| endDate | No | ||
| meals | Yes | ||
| confirm | No | Must be true to actually execute. If false/omitted, returns a preview only. |