Create Column
create_columnCreate a column in a monday.com board by specifying board ID, column type, title, and optional settings.
Instructions
Create a new column in a monday.com board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The id of the board to which the new column will be added | |
| columnType | Yes | The type of the column to be created | |
| columnTitle | Yes | The title of the column to be created | |
| columnDescription | No | The description of the column to be created | |
| columnSettings | No | Column-specific configuration settings as a JSON string. Use get_column_type_info with fetchMode "schema" for the JSON schema for the given column type. |