get_list_items
Retrieve items from a Skylight list, organized by section with completion status. Query by list name or type to see shopping or to-do items, optionally including completed.
Instructions
Get items from a specific Skylight list.
Use this to answer:
"What's on the grocery list?"
"Show me my to-do list"
"What items are on [list name]?"
Returns items organized by section with their completion status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listName | No | List name to query (e.g., 'Grocery List'). If omitted, shows the default grocery list. | |
| listType | No | Type of list to query. Alternative to listName. | |
| includeCompleted | No | Include completed/checked-off items |