Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

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.

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.