add_list_item
Add an item to an existing Google Keep checklist. Provide the note ID, item text, and optionally set it as checked.
Instructions
Add an item to an existing checklist.
Args: note_id: The ID of the list note. text: The item text. checked: Whether the item starts checked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| checked | No | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||