Skip to main content
Glama

WayStation MCP Server

Official

createMondayItem

Generate and add items to a Monday.com board and group, setting custom column values using structured JSON input for precise task management.

Instructions

Creates a new item in the specified Monday board and group with optional column values. The column_values parameter should follow the format { "column_id": "value" } for each column to be set.

Input Schema

NameRequiredDescriptionDefault
board_idYesThe unique identifier of the Monday board
column_valuesNoObject containing column values for the new item. Example: { "status": "Planning", "person": "1324234" }
group_idYesThe unique identifier of the group within the board
item_nameYesName of the new item to create

Input Schema (JSON Schema)

{ "properties": { "board_id": { "description": "The unique identifier of the Monday board", "type": "string" }, "column_values": { "additionalProperties": {}, "description": "Object containing column values for the new item. Example: { \"status\": \"Planning\", \"person\": \"1324234\" }", "properties": {}, "type": "object" }, "group_id": { "description": "The unique identifier of the group within the board", "type": "string" }, "item_name": { "description": "Name of the new item to create", "type": "string" } }, "required": [ "board_id", "group_id", "item_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/waystation-ai/mcp'

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