create_list
Create a checklist in Google Keep by specifying items, color, pin status, and labels.
Instructions
Create a new checklist in Google Keep.
Args: title: List title. items: List items as objects with "text" and optional "checked" boolean. Example: [{"text": "Buy milk", "checked": false}, {"text": "Buy eggs"}] color: List color (e.g. "yellow", "blue"). pinned: Whether to pin the list. labels: Label names to apply (created if they don't exist).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| items | No | ||
| labels | No | ||
| pinned | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||