Skip to main content
Glama

Monday.com MCP Server

monday-get-item-updates

Retrieve updates for a specific item in Monday.com by providing the item ID, with options to limit the number of updates fetched. Simplifies tracking item progress and activity directly from the MCP server.

Instructions

Get updates for a specific item in Monday.com

Input Schema

NameRequiredDescriptionDefault
itemIdYesID of the Monday.com item to get updates for.
limitNoMaximum number of updates to retrieve. Default is 25.

Input Schema (JSON Schema)

{ "properties": { "itemId": { "description": "ID of the Monday.com item to get updates for.", "type": "string" }, "limit": { "description": "Maximum number of updates to retrieve. Default is 25.", "type": "integer" } }, "required": [ "itemId" ], "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