Skip to main content
Glama

Monday.com MCP Server

monday-move-item-to-group

Move an item to a specific group in a Monday.com board using the item and group IDs, streamlining board organization and workflow management.

Instructions

Move an item to a group in a Monday.com board

Input Schema

NameRequiredDescriptionDefault
groupIdYesMonday.com Group ID to move the Item to.
itemIdYesMonday.com Item ID to move.

Input Schema (JSON Schema)

{ "properties": { "groupId": { "description": "Monday.com Group ID to move the Item to.", "type": "string" }, "itemId": { "description": "Monday.com Item ID to move.", "type": "string" } }, "required": [ "itemId", "groupId" ], "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