create_list_item
Add items to your Skylight lists (grocery, to-do, etc.) by specifying a label and optional list details. Falls back to the default grocery list when no list is named.
Instructions
Add an item to a Skylight list.
Use this when:
Adding something to the grocery list: "Add milk to the shopping list"
Creating a to-do item: "Put 'call doctor' on my to-do list"
Adding items to any list
Parameters:
label (required): The item text (e.g., "Milk", "Call doctor")
listId: ID of the list to add to
listName: Name of the list to add to (e.g., "Grocery List")
section: Category within the list (e.g., "Dairy", "Produce")
If no list is specified, adds to the default grocery list.
Returns: Confirmation of the added item.
Related: Use get_lists to see available lists and their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | The item text to add (e.g., 'Milk', 'Call doctor') | |
| listId | No | ID of the list to add to | |
| section | No | Section/category within the list (e.g., 'Dairy', 'Produce') | |
| listName | No | Name of the list (e.g., 'Grocery List', 'To-Do') |