Skip to main content
Glama
mondaycom

monday MCP Server

Official
by mondaycom

Get Updates

get_updates
Read-onlyIdempotent

Retrieve updates (comments/posts) from a monday.com item or board. Supports filtering by date range and including replies and attachments.

Instructions

Get updates (comments/posts) from a monday.com item or board. Specify objectId and objectType (Item or Board) to retrieve updates. For Board queries, you can filter by date range using fromDate and toDate (both required together, ISO8601 format). By default, Board queries return only board discussion. Set includeItemUpdates to true to also include updates on individual items. Returns update text, creator info, timestamps, and optionally replies and assets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectIdYesThe ID of the item or board to get updates from
objectTypeYesType of object for which objectId was provided
limitNoNumber of updates per page (default: 25, max: 100)
pageNoPage number for pagination (default: 1)
includeRepliesNoInclude update replies in the response
includeAssetsNoInclude file attachments in the response
fromDateNoStart of date range filter (e.g. "2025-01-01" or "2025-01-01T00:00:00Z"). Must be used together with toDate. Only supported for Board objectType.
toDateNoEnd of date range filter (e.g. "2025-06-01" or "2025-06-01T23:59:59Z"). Must be used together with fromDate. Only supported for Board objectType.
includeItemUpdatesNoWhen objectType is Board, also include updates on individual items. Defaults to false, returning only board discussion. Set to true to retrieve all updates on a board, including updates on individual items.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds behavioral context beyond the readOnlyHint annotation by detailing return data (text, creator info, timestamps, optional replies/assets) and default behavior for Board queries (only board discussion). No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, front-loaded with purpose and usage, no unnecessary words. It efficiently covers core functionality, filters, and return values.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters and no output schema, the description adequately covers most aspects: object types, filtering, item updates inclusion, and return content. It lacks explicit pagination behavior but provides enough context for an agent to use the tool effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage, so baseline is 3. The description adds value by explaining the conditional usage of fromDate/toDate (both required, ISO8601) and includeItemUpdates (only for Board, default false).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves updates (comments/posts) from a monday.com item or board, specifying the resource and context. It distinguishes from sibling tools like 'create_update' by focusing on retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear guidance on required parameters (objectId, objectType) and optional filters (date range, includeItemUpdates). It explains when to use fromDate/toDate together and the effect of includeItemUpdates, though it does not explicitly mention alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/mondaycom/mcp'

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