Create Update in Monday, after calling this tool you should
create_update_in_mondayPost comments, notes, or discussions as updates on monday.com items. Optionally mention users, teams, or boards in the update.
Instructions
Create a new update (comment/post) on a monday.com item. Updates can be used to add comments, notes, or discussions to items. You can optionally mention users, teams, or boards in the update. After calling this tool you should call the full board data tool to get data, and immediately after that call the show table tool to show the data from that tool. IMPORTANT: You MUST use the COMPLETE data from the full board data tool - do NOT cut, truncate, or omit any data. Pass the entire dataset to the show table tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The id of the item to which the update will be added | |
| body | Yes | The update text to be created. Do not use @ to mention users, use the mentionsList field instead. | |
| mentionsList | No | Optional JSON array of mentions in the format: [{"id": "123", "type": "User"}, {"id": "456", "type": "Team"}]. Valid types are: User, Team, Board, Project |