export_mealplans_to_pdf
Export meal plans for a specific date range into a PDF file. Provide a start and end date to generate a downloadable document of your scheduled meals.
Instructions
Export meal plans within a specified date range to a PDF file.
Args:
date_range: Dictionary containing start and end dates in format YYYY-MM-DD
- start: Start date (required)
- end: End date (required)
Returns:
JSON string containing either:
- Success: {"ok": "path/to/generated.pdf"}
- Error: {"error": "error_type", "message": "error_description"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_range | Yes |