Skip to main content
Glama

Monday.com MCP Server

monday-create-board

Create and configure a new Monday.com board by specifying its name and type (public, private, or shareable) using the MCP server for streamlined board management and interaction.

Instructions

Create a new Monday.com board

Input Schema

NameRequiredDescriptionDefault
board_kindNoKind of the Monday.com board to create (public, private, shareable). Default is public.
board_nameYesName of the Monday.com board to create

Input Schema (JSON Schema)

{ "properties": { "board_kind": { "description": "Kind of the Monday.com board to create (public, private, shareable). Default is public.", "type": "string" }, "board_name": { "description": "Name of the Monday.com board to create", "type": "string" } }, "required": [ "board_name" ], "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