Skip to main content
Glama
mondaycom

monday MCP Server

Official
by mondaycom

Get Board Activity

get_board_activity
Read-onlyIdempotent

Retrieve board activity logs with optional filters by item or user IDs. Specify a date range or use the default last 30 days.

Instructions

Get board activity logs for a specified time range (defaults to last 30 days). Optionally filter by item ids or user ids to avoid fetching activity for the entire board.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardIdYesThe id of the board to get activity for
itemIdsNoFilter activity to specific item ids. Omit to get activity for the whole board.
userIdsNoFilter activity to actions performed by specific user ids.
fromDateNoStart date for activity range (ISO8601DateTime format). Defaults to 30 days ago
toDateNoEnd date for activity range (ISO8601DateTime format). Defaults to now
includeDataNoWhether to include the raw data payload for each activity entry. The data field contains the full before/after state of changes and can be very large. Only set to true when you need the detailed change data.
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds value by specifying the default time range, advising against fetching entire board data without filters, and warning that includeData payloads can be very large. This exceeds what annotations provide.

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?

Two concise sentences: first states the core function and default, second explains key filtering options. Every word serves a purpose, no fluff, and the most important information is front-loaded.

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?

The description covers essential aspects: purpose, default behavior, filtering options, and a warning about large data. While it does not explicitly describe return format or pagination, the schema and annotations sufficiently cover the tool's safety and idempotency. Overall, it is complete for effective use.

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

Parameters3/5

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

Schema coverage is 100% with detailed descriptions for all parameters. The description adds broad guidance (e.g., 'defaults to last 30 days') but does not provide new meaning beyond what the schema already conveys. Baseline score of 3 is appropriate.

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 that the tool retrieves board activity logs for a specified time range, with optional filtering by item or user IDs. This distinguishes it from sibling tools like get_board_info or get_board_schema, which serve different purposes.

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 guidance on when to use filters ('to avoid fetching activity for the entire board') and mentions default behavior (last 30 days). It lacks explicit exclusions or comparisons to alternatives, but the context is clear enough for most use cases.

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