Monday icon

Monday

Work management platform for boards, items, columns, groups, updates, automations, and teams.

Supports Monday.com board operations around items, columns, groups, board creation, and board update events.

Example Use Cases

These are the Monday actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Add users to board

Adds users to a Monday.com board with a specified role.

Change simple column value

Changes a specific column's value for a Monday.com item using a simple string, suitable for Text, Status, or Dropdown columns; can create new labels if `create_labels_if_missing` is true for Status/Dropdown columns.

Connect project to portfolio

Links an existing project board to a portfolio board for centralized management. Requires boards:write scope and Enterprise plan.

Convert board to project

Converts a regular Monday.com board into a project board with advanced project management features. Use when upgrading a board to enable project-specific capabilities like timeline views, project status tracking, and owner assignments.

Create a Monday board

Creates a Monday.com board; `template_id` if used must be accessible, and `folder_id` must be in `workspace_id` if both are provided.

Create column

Creates a new column with a specified type and title on a monday.com board.

Create item

Creates a new item on a Monday.com board, optionally assigning it to a group and setting column values.

Create Item From Natural Language

Creates a new item on a Monday.com board from a natural language description. Fetches the board's column schema at runtime, uses an LLM to generate the column values and extract the item name, and creates the item.

Get board columns

Tool to retrieve column metadata from boards via the GraphQL API. Returns array of column information including type, title, settings, and capabilities. Use when you need to inspect board structure or column configuration.

Get boards

Tool to retrieve board data via the Monday.com API. Returns core metadata (id, name, state, kind, hierarchy type, workspace) about one or multiple boards with filtering options by state, board kind, hierarchy type, and workspace. For structural details, column configurations, or ownership info, use dedicated board enrichment tools.