Monday.com MCP Server
by sakce
Verified
monday-create-item
Create a new item in a Monday.com Board. Optionally, specify the parent Item ID to create a Sub-item.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | Monday.com Board ID that the Item or Sub-item is on. | |
columnValues | No | Dictionary of column values to set {column_id: value} | |
groupId | No | Monday.com Board's Group ID to create the Item in. If set, parentItemId should not be set. | |
itemTitle | Yes | Name of the Monday.com Item or Sub-item that will be created. | |
parentItemId | No | Monday.com Item ID to create the Sub-item under. If set, groupId should not be set. |