import_recipes
Import multiple recipes from a Plan to Eat CSV export by providing the file path on the server or pasting the CSV content.
Instructions
Optional bulk shortcut: import many recipes from a Plan to Eat CSV export. Most users seed with add_recipe instead.
csv_path reads a file on the SERVER's filesystem (local use). csv_content
takes the CSV text directly — use this from a remote client that can't reach
the server's disk (paste the export's contents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_path | No | ||
| csv_content | No |