monday.all_monday_api high conf mediumhuman approval
Generic GraphQL passthrough to monday.com's API; can perform any operation the token authorizes.
All other tools (16)
monday.change_item_column_values medium conf highaudit
Modifies status, dates, owners, or other column values; advances workflows that may have downstream effects.
monday.create_board low conf highallow
Creates a new board for tracking work.
monday.create_column low conf highallow
Adds a new column to a board's schema.
monday.create_form low conf highallow
Creates a WorkForm tied to a board for collecting submissions.
monday.create_group low conf highallow
Adds a group (section) to a board.
monday.create_item low conf highallow
Adds a new row to a board; routine work-tracking write.
monday.create_update low conf highallow
Posts a comment/update on an item; visible to board collaborators.
monday.delete_column medium conf highaudit
Removes a column; data stored in that column on every item is lost.
monday.delete_item medium conf highaudit
Removes a row; downstream automations and reporting lose the record.
monday.get_board_items_by_name low conf highallow
Searches items on a board by name.
monday.get_board_schema low conf highallow
Returns a board's column and group structure.
monday.get_form low conf highallow
Returns a form's configuration.
monday.get_graphql_schema low conf highallow
Returns the GraphQL schema available to the token.
monday.get_type_details low conf highallow
Returns details for one GraphQL type.
monday.list_users_and_teams medium conf highaudit
Enumerates workspace members and team membership; full directory disclosure.
monday.move_item_to_group low conf highallow
Moves an item between groups; reorganization within a board.