Create a To Do list
todo_create_listCreate a new To Do list and retrieve its ID and display name. Check existing lists first if you expect one list per name.
Instructions
Creates a new To Do list and returns its id and display name. Display names are not required to be unique, so check todo_list_lists first if the user expects one list per name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| displayName | Yes | Name of the new To Do list, as it appears in the To Do apps. |