Built by Metorial, the integration platform for agentic AI.
Create a sub-item under a parent item. Sub-items are nested items that appear within the parent item. Optionally set initial column values.
Retrieve updates (comments/discussions) from an item or by update IDs. Updates include threaded replies.
Retrieve teams from the Monday.com account. Optionally filter by team IDs. Returns team members and owners.
Update a board's properties such as name, description, or communication settings. Can also archive or delete a board.
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 a group's properties (title or color), archive it, or delete it from a board.
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.
Retrieve workspaces from the Monday.com account. Workspaces are organizational containers that hold boards, dashboards, and folders.
Retrieve all tags in the Monday.com account. Tags are used to label and categorize items across boards.
Update a workspace's name or description, or delete the workspace entirely.
Send a notification to a specific user on behalf of the authenticated user. The notification is linked to a target item on a board.
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 a new group on a board. Groups are used to organize items into sections.
Create a new workspace in the Monday.com account.
Retrieve all columns (fields) defined on a board. Returns column metadata including type, title, and settings.
Retrieve users from the Monday.com account. Filter by user IDs, email addresses, or name. Returns user profile details and team memberships.
Permanently delete an update (comment) from an item.
Retrieve all groups from a board. Groups are sections that organize items within a board.
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 a new board in Monday.com. Specify the board name, visibility type, and optionally assign it to a workspace or folder.
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.
Post a new update (comment) on an item, or reply to an existing update by providing the parent update ID. Updates support HTML formatting.
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.