Monday.com MCP Server

by sakce
Verified

monday-list-items-in-groups

List all items in the specified groups of a Monday.com board

Input Schema

NameRequiredDescriptionDefault
boardIdYesMonday.com Board ID that the Item or Sub-item is on.
cursorNo
groupIdsYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "Monday.com Board ID that the Item or Sub-item is on.", "type": "string" }, "cursor": { "type": "string" }, "groupIds": { "items": { "type": "string" }, "type": "array" }, "limit": { "type": "integer" } }, "required": [ "boardId", "groupIds" ], "type": "object" }