Remove a meal plan entry
delete_mealplan_entryRemove a specific meal plan entry without altering the recipe. Requires a two-step confirmation: call once to get a token, then confirm with that token.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when entries were dropped to fit the budget. | |
| removed_entry_id | Yes |