Remove a meal plan entry
delete_mealplan_entryRemove a specific meal plan entry by providing its entry ID. The recipe itself is kept intact. Use a two-step process: first call to receive a confirmation token, then call again with the token to complete deletion.
Instructions
Removes one entry from the meal plan. The recipe itself is not touched. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | Plan entry id from list_mealplans — an integer, not a UUID | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |