create_subitem
Create Sub-item
Create a sub-item under a parent item. Sub-items are nested items that appear within the parent item. Optionally set initial column values.
create_subitem
Create a sub-item under a parent item. Sub-items are nested items that appear within the parent item. Optionally set initial column values.
list_updates
Retrieve updates (comments/discussions) from an item or by update IDs. Updates include threaded replies.
list_teams
Retrieve teams from the Monday.com account. Optionally filter by team IDs. Returns team members and owners.
update_board
Update a board's properties such as name, description, or communication settings. Can also archive or delete a board.
update_item
Update an item's column values, move it to a different group, archive it, or delete it. For column value updates, provide a JSON object mapping column IDs to their new values.
update_group
Update a group's properties (title or color), archive it, or delete it from a board.
create_item
Create a new item (row) on a Monday.com board. Optionally place it in a specific group and set initial column values. Column values should be a JSON object mapping column IDs to their values, formatted per Monday.com's column value specification.
list_workspaces
Retrieve workspaces from the Monday.com account. Workspaces are organizational containers that hold boards, dashboards, and folders.
list_tags
Retrieve all tags in the Monday.com account. Tags are used to label and categorize items across boards.
update_workspace
Update a workspace's name or description, or delete the workspace entirely.
send_notification
Send a notification to a specific user on behalf of the authenticated user. The notification is linked to a target item on a board.
create_column
Add a new column to a board. Specify the column type using Monday.com's column type identifiers (e.g., status, text, numbers, date, people, dropdown, checkbox, email, phone, timeline, etc.).
create_group
Create a new group on a board. Groups are used to organize items into sections.
create_workspace
Create a new workspace in the Monday.com account.
list_columns
Retrieve all columns (fields) defined on a board. Returns column metadata including type, title, and settings.
list_users
Retrieve users from the Monday.com account. Filter by user IDs, email addresses, or name. Returns user profile details and team memberships.
delete_update
Permanently delete an update (comment) from an item.
list_groups
Retrieve all groups from a board. Groups are sections that organize items within a board.
list_items
Retrieve items from a board or by item IDs. When fetching by board, supports pagination via cursor and filtering by group. Returns item data including column values and sub-item references.
create_board
Create a new board in Monday.com. Specify the board name, visibility type, and optionally assign it to a workspace or folder.
get_activity_logs
Retrieve activity log entries for one or more boards. Activity logs capture a history of changes and actions performed on the board, including item creation, column updates, status changes, etc.
create_update
Post a new update (comment) on an item, or reply to an existing update by providing the parent update ID. Updates support HTML formatting.
list_boards
Retrieve boards from the Monday.com account. Supports filtering by board IDs, workspace, board kind, and state. Returns board metadata including columns, groups, and owners.
Create, read, update, and delete boards, items, sub-items, groups, and columns to manage projects and workflows. Post updates and replies on items for team communication. Manage workspaces, folders, documents (Workdocs), users, teams, tags, and file assets. Upload files, send notifications, query activity logs and dashboards, and configure webhooks for real-time event notifications on boards. Supports a wide variety of column types including status, date, people, timeline, dropdown, and more.
Common questions about connecting Mondaycom to AI agents with Metorial.