cross_off_item
Mark a grocery list item as crossed off using its list ID and item ID.
Instructions
Mark an item as crossed off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The ID of the item to cross off | |
| listId | Yes | The ID of the list containing the item |