Skip to main content
Glama

Cozi MCP Server

cozi_add_item

Add new items to your Cozi family organizer lists. Specify the list ID and item description to create shopping lists or todo items that sync across family members.

Instructions

Add a new item to a Cozi list. The item will be added to the specified list.

Input Schema

NameRequiredDescriptionDefault
listIdYesThe ID of the list to add the item to
textYesThe text/description of the item

Input Schema (JSON Schema)

{ "properties": { "listId": { "description": "The ID of the list to add the item to", "type": "string" }, "text": { "description": "The text/description of the item", "type": "string" } }, "required": [ "listId", "text" ], "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