Skip to main content
Glama

Monday.com MCP Server

monday-list-items-in-groups

Retrieve all items within specified groups of a Monday.com board using the board ID and group IDs to organize and manage data efficiently.

Instructions

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" }

You must be authenticated.

Other Tools from Monday.com MCP Server

Related Tools

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