create_list
Create new shopping or to-do lists in Skylight by giving a name, selecting 'shopping' for groceries or 'to_do' for tasks, and optionally adding a color.
Instructions
Create a new list in Skylight.
Use this when:
Creating a new shopping/grocery list
Creating a new to-do list
Parameters:
label (required): Name of the list (e.g., "Vacation Packing", "Weekly Groceries")
kind (required): "shopping" for grocery/shopping lists, "to_do" for task lists
color: Optional color for the list
Returns: The created list details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Type of list: 'shopping' or 'to_do' | |
| color | No | Optional color for the list | |
| label | Yes | Name of the list (e.g., 'Vacation Packing') |