export_plan
Export the current weekly meal plan and shopping list as a formatted document, returning the content for display or saving.
Instructions
Write the current plan + shopping list AND return the rendered content inline.
format: "markdown" (default — renders as a table + checklist in Claude and
note apps) or "text" (plain text for pasting into Notes / Reminders / a text
message). With no path, writes to a known location under the data dir
(MEAL_PLANNER_DATA_DIR/meal-plans/.{md,txt}) — not the process cwd,
which is unpredictable when Claude Desktop launches the server. The content
field is always returned, so a remote caller who can't read the server's disk
still gets the result to display or save client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| format | No | markdown |