Skip to main content
Server path: /monday | Type: Application | PCID required: Yes

Tools


monday_create_column

Create a new column on a board. Use this to define the data structure for your items. Parameters:

monday_create_group

Create a new group for organizing items within a specified board Parameters:

monday_create_item

Create a new item (row) in a specified group on a board. Use column values to map data to the appropriate columns. Parameters:

monday_create_update

Add an update/comment to a specific item. Updates are threaded comments that appear in the item conversation. Parameters:

monday_delete_column

Remove a column from a board permanently. Parameters:

monday_delete_item

Delete an existing item from a board Parameters:

monday_get_board_by_id

Retrieve a specific board by its ID including columns, groups, and item count. Parameters:

monday_get_board_items_by_name

Search for items by board ID and term/name. Returns items matching the search query. Parameters:

monday_get_board_schema

Retrieve the structure of columns and groups for a board. Useful for understanding the board layout before creating or updating items. Parameters:

monday_get_boards

Retrieve a list of boards from Monday.com. Returns board metadata including name, state, and permissions. Parameters:

monday_get_columns

Retrieve all columns (fields) from a specific board. Use this to understand the data structure and column IDs for creating items with mapped values. Parameters:

monday_get_groups

Retrieve all groups from a specific board Parameters:

monday_list_users_and_teams

Retrieve user or team details by id, name, or by searching the account. Parameters:

monday_move_item_to_group

Move an item to a different group within the same board. Parameters:

monday_search_items

Search for items in a board by column value. Useful for finding specific items before updating or deleting them. Parameters:

monday_update_item

Update an existing item by changing its column values. Use this to modify data in specific columns. Parameters: