monday.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
Boards
archive
boards.archive
Archive a board
Risk: write
archive_board full type
archive_board full type
create
boards.create
Create a new board
Risk: write
create_board full type
create_board full type
delete
boards.delete
Permanently delete a board
Risk: destructive
delete_board full type
delete_board full type
duplicate
boards.duplicate
Duplicate a board
Risk: write
duplicate_board full type
duplicate_board full type
get
boards.get
Get a board by ID with groups and columns
Risk: read
boards full type
boards full type
list
boards.list
List all boards
Risk: read
boards full type
boards full type
update
boards.update
Update a board attribute
Risk: write
update_board full type
update_board full type
Columns
changeValue
columns.changeValue
Change a column value on an item
Risk: write
change_column_value full type
change_column_value full type
create
columns.create
Create a new column in a board
Risk: write
create_column full type
create_column full type
list
columns.list
List all columns in a board
Risk: read
boards full type
boards full type
Groups
create
groups.create
Create a new group in a board
Risk: write
create_group full type
create_group full type
delete
groups.delete
Delete a group from a board
Risk: destructive
delete_group full type
delete_group full type
list
groups.list
List all groups in a board
Risk: read
boards full type
boards full type
update
groups.update
Update a group attribute
Risk: write
update_group full type
update_group full type
Items
archive
items.archive
Archive an item
Risk: write
archive_item full type
archive_item full type
create
items.create
Create a new item in a board
Risk: write
create_item full type
create_item full type
delete
items.delete
Permanently delete an item
Risk: destructive
delete_item full type
delete_item full type
get
items.get
Get an item by ID with column values
Risk: read
items full type
items full type
list
items.list
List items in a board
Risk: read
boards full type
boards full type
move
items.move
Move an item to a different group
Risk: write
move_item_to_group full type
move_item_to_group full type
update
items.update
Update a column value on an item
Risk: write
change_column_value full type
change_column_value full type
Updates
create
updates.create
Create an update (comment) on an item
Risk: write
create_update full type
create_update full type
delete
updates.delete
Delete an update (comment)
Risk: destructive
delete_update full type
delete_update full type
list
updates.list
List updates (comments) on an item
Risk: read
items full type
items full type
Users
get
users.get
Get a user by ID
Risk: read
users full type
users full type
list
users.list
List all users in the account
Risk: read
users full type
users full type
Webhooks
create
webhooks.create
Subscribe to a board event via webhook
Risk: write
create_webhook full type
create_webhook full type
delete
webhooks.delete
Unsubscribe a webhook by ID
Risk: destructive
delete_webhook full type
delete_webhook full type
list
webhooks.list
List all webhooks for a board
Risk: read
webhooks full type
webhooks full type
Workspaces
list
workspaces.list
List all workspaces
Risk: read
workspaces full type
workspaces full type