Skip to main content
Glama

Monday.com MCP Server

monday-create-board-group

Create a new group within a specified Monday.com board by providing the board ID and desired group name to organize tasks and workflows efficiently.

Instructions

Create a new group in a Monday.com board

Input Schema

NameRequiredDescriptionDefault
boardIdYesMonday.com Board ID that the group will be created in.
groupNameYesName of the group to create.

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "Monday.com Board ID that the group will be created in.", "type": "string" }, "groupName": { "description": "Name of the group to create.", "type": "string" } }, "required": [ "boardId", "groupName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sakce/mcp-server-monday'

If you have feedback or need assistance with the MCP directory API, please join our Discord server