Monday.com

Connect your AI agents to Monday.com.

Available Tools

list_boards

List boards with filtering by kind, state, workspace, and pagination support

get_board

Get detailed board information by ID including columns, groups, and permissions

create_board

Create a new board with specified name, kind, workspace, and optional template

update_board

Update board properties like name, description, or communication settings

archive_board

Archive board to hide from active view while preserving all data

delete_board

Permanently delete board and all its data (irreversible operation)

duplicate_board

Duplicate board with structure, items, or full data including updates

list_items

List items with filtering by IDs, pagination, and newest first sorting

get_item

Get detailed item information by ID including column values and metadata

create_item

Create a new item in a board with name and optional column values

update_item_column_values

Update multiple column values for an item in a single operation

change_column_value

Change a single column value for an item

archive_item

Archive item to hide from active view while preserving all data

delete_item

Permanently delete item and all its data (irreversible operation)

move_item_to_group

Move item to a different group within the same board

duplicate_item

Duplicate item with same column values and optionally include updates

create_subitem

Create a subitem under an existing item for hierarchical task organization

clear_item_updates

Clear all updates and comments from an item (irreversible operation)

list_updates

List updates with pagination support

create_update

Create a new update (comment/post) on an item

edit_update

Edit an existing update to modify its text content

delete_update

Permanently delete an update and all its replies (irreversible operation)

like_update

Like an update to show appreciation or agreement

list_users

List users with filtering by kind, status, and pagination support

get_user

Get detailed user information by user ID including profile and status

get_current_user

Get information about the currently authenticated user

add_users_to_board

Add users to a board as owners or subscribers

remove_users_from_board

Remove users from a board, revoking their access

list_workspaces

List workspaces with filtering by kind, state, and other options

create_workspace

Create a new workspace with specified name, kind (open/closed), and optional description

list_teams

List all teams in the account with member details

create_team

Create a new team with specified name and optional initial members

list_tags

List all tags in the account with details like name and color

create_or_get_tag

Create a new tag or get existing tag by name

list_folders

List all folders in workspaces with hierarchical organization details

create_folder

Create a new folder in a workspace to organize boards hierarchically