monday-get-board-columns
Retrieve column details for a specific Monday.com board by providing the board ID. Use this tool to fetch structured column information for efficient board management.
Instructions
Get the Columns of a Monday.com Board.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | Monday.com Board ID that the Item or Sub-item is on. |
Input Schema (JSON Schema)
{
"properties": {
"boardId": {
"description": "Monday.com Board ID that the Item or Sub-item is on.",
"type": "string"
}
},
"required": [
"boardId"
],
"type": "object"
}