Skip to main content
Glama

Cozi MCP Server

cozi_edit_item

Update existing items in your Cozi family lists by modifying text content. Change item descriptions in shopping lists or todo lists to keep family organization current and accurate.

Instructions

Edit the text of an existing item in a Cozi list.

Input Schema

NameRequiredDescriptionDefault
itemIdYesThe ID of the item to edit
listIdYesThe ID of the list containing the item
textYesThe new text for the item

Input Schema (JSON Schema)

{ "properties": { "itemId": { "description": "The ID of the item to edit", "type": "string" }, "listId": { "description": "The ID of the list containing the item", "type": "string" }, "text": { "description": "The new text for the item", "type": "string" } }, "required": [ "listId", "itemId", "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