add_item
Add a deterministic item value to a grocery list. For ambiguous names, resolve item first to ensure correct action.
Instructions
Add a deterministic item value to a grocery list. For ambiguous or natural-language names, call resolve_item_to_add first and then follow its recommendedAction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note for the item | |
| value | Yes | The name/value of the item to add | |
| listId | Yes | The ID of the list to add the item to |