monday-get-board-groups
Retrieve groups from a specific Monday.com board using the board ID. This tool enables efficient management and organization of board data within the Monday.com MCP Server.
Instructions
Get the Groups 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"
}