update_list_item
Update a list item's text or checked status in a Google Keep note. Provide the note ID and item ID to target the specific item.
Instructions
Update a list item's text or checked status.
Args: note_id: The ID of the list note. item_id: The ID of the item to update. text: New item text (omit to keep current). checked: New checked status (omit to keep current).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| checked | No | ||
| item_id | Yes | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||