cozi_get_list
Retrieve a specific Cozi family organizer list by ID to view all items and details. Access complete shopping or todo list information for family management.
Instructions
Get a specific Cozi list by ID with all its items. Use this to see the full details of a single list.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
listId | Yes | The ID of the list to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"listId": {
"description": "The ID of the list to retrieve",
"type": "string"
}
},
"required": [
"listId"
],
"type": "object"
}