Monday.com MCP Server

by sakce
Verified

monday-get-board-columns

Get the Columns of a Monday.com Board.

Input Schema

NameRequiredDescriptionDefault
boardIdYesMonday.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" }