Skip to main content
Glama

Cozi MCP Server

cozi_create_list

Create a new shopping list or todo list in Cozi Family Organizer to manage family tasks and items with real-time sync across devices.

Instructions

Create a new Cozi list. Can be either a shopping list or a todo list.

Input Schema

NameRequiredDescriptionDefault
titleYesThe title/name of the new list
typeYesThe type of list to create

Input Schema (JSON Schema)

{ "properties": { "title": { "description": "The title/name of the new list", "type": "string" }, "type": { "description": "The type of list to create", "enum": [ "shopping", "todo" ], "type": "string" } }, "required": [ "title", "type" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrandCast-Signage/cozi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server