Monday.com MCP Server

by sakce
Verified

monday-create-update

Create an update (comment) on a Monday.com Item or Sub-item.

Input Schema

NameRequiredDescriptionDefault
itemIdYes
updateTextYesContent to update the Item or Sub-item with.

Input Schema (JSON Schema)

{ "properties": { "itemId": { "type": "string" }, "updateText": { "description": "Content to update the Item or Sub-item with.", "type": "string" } }, "required": [ "itemId", "updateText" ], "type": "object" }