update_list
Change a list's name, type, or color by providing its ID or existing name.
Instructions
Update an existing list's name or settings.
Use this when:
Renaming a list
Changing a list's type or color
Parameters:
listId: ID of the list to update (use get_lists to find IDs)
listName: Name of the list to update (alternative to listId)
label: New name for the list
kind: New type ("shopping" or "to_do")
color: New color for the list
Returns: The updated list details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | New type for the list | |
| color | No | New color for the list | |
| label | No | New name for the list | |
| listId | No | ID of the list to update | |
| listName | No | Name of the list to update (alternative to listId) |