Tick, remove or add lines on your synced list
update_shopping_listChange the user's SYNCED shopping list (see get_shopping_list): cross lines off, un-cross them, take them off, or add plain one-off lines. Call it ONLY on the user's explicit ask ("tick off the milk", "take eggs off the list"). check / uncheck / remove take item keys copied exactly from get_shopping_list — never invented. add takes plain lines as the user said them ("paper towels"). Their partner sees every change. To put a RECIPE's ingredients on the list use add_to_shopping_list instead. Returns the list as it now stands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | ||
| check | No | ||
| remove | No | ||
| uncheck | No |